URL to open process in flowable-task app

Hi,

is it possible to open flowable-task app with process instance id?

e.g.
http://localhost:8080/flowable-task/workflow/#/apps/TestApp/processes?openId=12345
and process with id 12345 will open in browser within flowable-task app

Thanks

Hi,

You can open a process directly with http://localhost:8080/flowable-task/workflow/#/apps/TestApp/process/12345

Best regards,

Tijs