-
1. Re: completionCondition for <adHocSubProcess>
Esteban Aliverti Sep 2, 2011 9:46 AM (in response to Hui Onn Tan)1 of 1 people found this helpfulDid you try putting an (non-terminating) End Node inside the subprocess?
-
2. Re: completionCondition for <adHocSubProcess>
Hui Onn Tan Sep 2, 2011 3:35 PM (in response to Esteban Aliverti)I tried to use non-terminating End Node inside the subprocess.
For non-autoComplete ad-hoc subprocess, it has no effect (the sub process does not end as I wish).
If ad-hoc subprocess is set to autoComplete=true, without End Node, the ad-hoc subprocess end if any of tasks (Review, Auto-Process, Investigate + Approve) is complete.
However by adding the End Node, I can now control the flow with gateways and signal to achieve the similar effect of completionCondition.
-
3. Re: completionCondition for <adHocSubProcess>
Marco Piraccini Dec 2, 2011 9:19 AM (in response to Esteban Aliverti)I have the same problem. It seems that the "end" node is ignored, while I expeected to us that to signal the end of the subprocess.
Maybe we can issue a Jira about that...
-
4. Re: completionCondition for <adHocSubProcess>
Josh Wand Jan 26, 2012 8:59 PM (in response to Hui Onn Tan)
Hui Onn Tan wrote:I tried to use non-terminating End Node inside the subprocess.
For non-autoComplete ad-hoc subprocess, it has no effect (the sub process does not end as I wish).
If ad-hoc subprocess is set to autoComplete=true, without End Node, the ad-hoc subprocess end if any of tasks (Review, Auto-Process, Investigate + Approve) is complete.
However by adding the End Node, I can now control the flow with gateways and signal to achieve the similar effect of completionCondition.
Can you post an example of how you accomplished this? (and if either of you has a simple testcase handy, file a bug in Jira?)
-
5. Re: completionCondition for <adHocSubProcess>
Amin MC Jan 28, 2012 1:56 AM (in response to Josh Wand)Is there any documentation or code samples that show how to complete an ad-hoc sub process without using the auto-complete? We are starting to use ad hoc sub processes but want to use the feature of defining our own custom completion condition.