Hello,
I am working on a business workflow that has a timeout restriction on
- The whole workflow (the whole process must finish in 72 hours)
- A group of tasks and activities (the group must finish in 24 hours), I am using the <group> tag
In the JPBM 4.3 developer guide the <group> can have a timer in a transition
<transition to="escalate">
<timer duedate="2 business hours" />
</transition>
But when I implement it, the XSD is validating it as an error in the JPDL xml format
Did anyone implement such a cases?
Thanks