Skip to main content
bisheswart9459
March 29, 2024
Question

enable automated activity option in assignment tab in user input task smart service

  • March 29, 2024
  • 11 replies
  • 0 views

May I know how to enable the second option in the assignment tab telling this node will run as an unattended activity.

thanks 

    11 replies

    karumurua531442
    March 29, 2024

    hi [mention:466b8d91c6644a268a25841953c896cf:e9ed411860ed4f2ba0265705b8793d05]  advanced options can  you go through this link . This would be helpful

    stefanhelzle0001
    March 29, 2024

    A user input task cannot run automatic.

    bisheswart9459
    March 29, 2024

     

     [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05] 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 .

    venkatrea696188
    March 29, 2024

    Start event happens only Once for a process instance.

    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.