Hi, In a sub process, which has parallel instances like for approval

Hi,

In a sub process, which has parallel instances like for approval it goes to 5 users, currently what happens is until all the users provide their inputs then only it goes to the next task. Now the requirement is, if any 2 users approve it should go to the next task.

For that, in the sub-process "other" tab have selected Run all instances at the same time option and have provided condition "When ( ) instance(s) finish"

when I hard code a number directly in that condition it is working as expected, but if I use some logic it's not working. Whereas I need to write a logic inside that condition.

could you please suggest to make this work....

OriginalPostID-121954

OriginalPostID-121954

  Discussion posts and replies are publicly visible

Parents
  • Can you provide the expression, and rule? Note there is a bug identified for MNI sub process exception flows (AN-41986 - when exception is met, only the first instance fires), hopefully this is not related.

    Does the same issue appear if you save the rule output to a Number (Integer) variable at a previous node in the process, and use that as the expression vs the call to the rule itself?
Reply
  • Can you provide the expression, and rule? Note there is a bug identified for MNI sub process exception flows (AN-41986 - when exception is met, only the first instance fires), hopefully this is not related.

    Does the same issue appear if you save the rule output to a Number (Integer) variable at a previous node in the process, and use that as the expression vs the call to the rule itself?
Children
No Data