I have a vRO workflow that creates a 'User Interaction' that I want to reply to via REST API using
https://{orchestrator_host}:{port}/vco/api/workflows/{workflowID}/executions/{executionID}/interaction/
In the workflow, before the 'User Interaction' action I want to use a script action to determine the workflow ID and ececution ID. The first is easy, I use the javascript workflow.id but I have not been able to find the execution ID of the current workflow.
Any help here would be greatly appreciated.