Conditional Start in Camunda Modeler

Hi All, I’m new to camunda modeller. I’m trying to model a process with conditional start event. The thing is the condition is not getting evaluated. I’m starting my process from StartProcess in task list. Attaching the .bpmn. Can any one help?StartCondition.bpmn (4.3 KB)

So, you’re starting the process with a variable status which is true?
What exactly is happening then the process starts and what is it you would expect to happen?

Yes am starting it with status = true.
I’m expecting the event sub process to start as the condition is satisfied but it is not starting. Main process is only starting

I just gave it a try and it seems to work perfectly well for me:

basically if the user task doesn’t appear after your start the process with that variable it probably working :slight_smile:

1 Like

Thank you Niall

i could execute your process, i added a script task to your process and print “Hello” message. It was working fine :slight_smile: