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.

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.

flexible activities from one actor to another

Hello,
Each fragment of the process which is between two Xor gateways will be flexible and changeable from one actor to another:
for some actors with specific information, they will have specific activities to do, for other all activities will appears to check the choice.
so, as a first idea, I do some modification in the XML file of the process and in the XSLT file I added if else and for loops to get control over data. but that seems difficult because I do not master this field.
how can you suggest to me to do that?

Notifications