Skip to main content

I start some activities in parallel, because a dynamic count of persons have to prove something and I need different infopath views for them.


If one of this activities ends with a "decline", the whole process should declined - so I have to stopp the other running parallel activities.


I try to define a process bool variable and add an outcome if this variable is true, but nothing happens. Seems so the succeeding rule only run if an action result is fired.


I try to define a process date variable with a date in future and use this as a dynamic escalation date. In the activity after the decline line I change this variable to "now" - but this do not fire the escalation.


What can I do to solve this issue?


Thank you very much in advance for any idea?

Hi Cylops,


no this do not work - the expire isn't possible for other activities. But with you idea I start a new search within the forum and found the solution.


The GotoActivity sets all running activities to expire and the tasks are deleted. This is what I want do do.


Thanks for your help.


Reply