XOR-Gateway after Call activity

Hello everyone,

to keep my question simple I altered a process which has been used in a Camunda webinar.

I use Camunda Forms to create forms in the tasklist and my purpose is to have a variable that can get past the XOR-Gateway.
Since Camunda Forms cannot be attached to Call activities how can I make sure that after leaving the Call activity I have a variable (let’s call it vacationApproved) which is true or false?

note: I do not use any Java classes or other things beside the modeler and I really do not want to change the Call activity to a subprocess or anything else.


Appreciate all suggestions.

Hi @FrankCastle, you’ll need to pass variables from the call activity to the parent process, see: Call Activity | docs.camunda.org

Joe

2 Likes

Thank you. It works perfectly fine.