I need a condition because of an exclusive gateway I have the string "name" and if the string is filled out - I want that the next manual task is a different one than if the string is not filled out.
what do i have to write in the "Flow Condition" field?
Hello, I think this should work. Please give it a try. ${myString > 0} - Your process instance variable having a value ${myString == 0} - Your process instance variable empty.