May I know how to enable the second option in the assignment tab telling this node will run as an unattended activity.thanks
Discussion posts and replies are publicly visible
A user input task cannot run automatic.
Stefan Helzle there is an requirement that is the add another form value is true then the process should start again from start node , I tried using connection the false part of the last XOR gate to the start node but it is saying we can not add a input flow to the start node and after that I added a user input task but that is not the correct approach . Can you please help me with this scenario .
Start event happens only Once for a process instance.
bisheswar01 said:should start again from start node
You want a new process instance or You want to start from first interface? If you want to start a new process instance use (email or message) triggers for starting new process Instance.
Or If you just want to start from first interface remove start form and place it as User input task and after XOR you connect it to that user input task.