10-03-2019 09:58 AM
Hi,
We have a scenario where the process has to wait till we get the response from the external system which can be a time-consuming thing. We have modeled this using Java receive task.
The external system can send the response in bulk and then we have to move the process. Since we are using receive task we have to first query the execution id based on some business param ( say process variable OR process instance id). After getting the execution id we have to call this in loop.
runtimeService.trigger(executionId)
I have two questions :
Explore our Alfresco products with the links below. Use labels to filter content by product module.