Every now and then I have a system flow that does not get abandoned, whilst it should. For example last weekend we had a flow that kept on running but threw an error somewhere. There seems to be no other way to force cancel it than rebooting the server.
I did however find this documentation: https://docs.thinkwisesoftware.com/docs/indicium/process_flows
But I couldn't get it to work.
DELETE
/iam/appl/{process_flow_id}({id})/
I figured appl would be my app id or short name (in my case: 12 or pp) and {process_flow_id} would be ‘flow_export_messages’ (for example)
What is the {id} that the documentation is referring to?