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> Do you know if it will work on wso2 server? – asdasdsdf Jul 2 at 16:11 Yes it will work on the server, however you can execute the same and check – amg_amit ...