Hi,
I just started using Activiti, I am trying to define the flow for following use case.
When client call my restful service, I call workflow start -> task1 -> tast2 -> task3 -> task4 -> task5 -> end.
All of them are service tasks. Task3 calls another downstream system X.
After task3, I need to give a sync response back to the client based on X system status.
X system update final status through the event (Async flow) after a day, on processing event remaining workflow (task4 -> task5 -> end) need to be executed. What is the best way to define this?
Would really appreciate any help on this!
You can use a receive task or an intermediate message catch event after task 3. Then system X can send a message via the api and move from there to next steps.
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.