Adhoc sub process
Adhoc sub process activity is a task group that exists to complete a part of process.
| Completion condition | An expression that, if it evaluated to true , stops the creation of new instances. |
| Ordering | If the Embedded Sub-Process is Ad Hoc (the Ad hoc attribute is True), then the Ad hoc Ordering attribute must be included. |
| Cancel remaining instances | Cancel the remaining instances for the adhoc sub process. |
Completion condition examples
You can use the Completion condition as shown in the examples.
${variable==True}
${dataCount==0}, ${dataExists==”true”}
Ordering examples
You can use the Ordering as shown in the examples.
Parallel
Sequential