Question

i am working on the WSO2 BPS Server 3.1.0,

My aim is i have to write the time based condition or scheduling in BPEL ,means when i am creatng the one task and giving the some time to executing this task.

If it is not completed with in the time or it cross the given time Then alert send to user.

How can i do this in BPEL.

Was it helpful?

Solution

The <pick> activity is your friend. 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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top