I have Added one transition from Init to end process state and add the condition met
in my condition boolean variable met the condition but not exist to end process
anyone help
thanks
shaik
I have Added one transition from Init to end process state and add the condition met
in my condition boolean variable met the condition but not exist to end process
anyone help
thanks
shaik
This could happen due to other transition got the preference. When two conditions met the first one get’s the preference.
Set isProcessComplete = True
before the transition to check if it moves to End Process.
Hope it helps