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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top