WSO2 BPS timer event bpmn
WSO2 BPS timer event bpmn
DO you know if it's possible to setup some timer event/task to wait for some time for receiving some action? For example, I need to set up some mechanism where I invoke timer task which waits for example for 10 seconds then I will restart checking process.
Thanks,
1 Answer
1
You can try <pick>
It implements the deferred choice workflow pattern, i.e. it can wait for several messages and several timers concurrently. The event that occurs first wins and the contained activity will be executed.
<pick>
Yes it will work on the server, however you can execute the same and check
– amg_amit
2 days ago
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Do you know if it will work on wso2 server?
– asdasdsdf
Jul 2 at 16:11