XOR

Script for XOR gateway with 3 outputs.

Hi,

I have a (human) task in my BPMN where one of three options need to be selected on a form. I have used an XOR gate in the BPMN connecting the input to the outputs. In the forms I am using radio buttons to enable the selection of one of the three options, and have defined the returned key as 0, 1, 2.

How can I put this is in the script if the individual flows of the outputs of my XOR gateway.

Script for XOR gateway with 3 outputs.

Hi,

I have a (human) task in my BPMN where one of three options need to be selected on a form. I have used an XOR gate in the BPMN connecting the input to the outputs. In the forms I am using radio buttons to enable the selection of one of the three options, and have defined the returned key as 0, 1, 2.

How can I put this is in the script if the individual flows of the outputs of my XOR gateway.

How to compare three values and use only one Output based on comparison and value selected

Hi

I plan to implement a process where in a certain task , the user will have three choices.

Based on his choice , the process flow will be different.

Currently The user has to choose between archive , Planned or Unplanned .

I am using a Text variable to store the users selection and then use that to compare with the XOR output lanes.

If the User chooses archive , the case will end
If the User chooses Unplanned, the task will go to Employer
If the user Chooses Planned, the task will go to next Level of Approval.

Notifications