localhost:8080processListByWorkflow/5fb3c4280371147a1e010e04 code example
Example: myswql show full processlist
select * from INFORMATION_SCHEMA.PROCESSLIST where db = 'your_database_name_here';
select * from INFORMATION_SCHEMA.PROCESSLIST where db = 'your_database_name_here';