Process Model

Certified Associate Developer

In table we have two fields id and status but according to id i want condition like if status chnaged to cancelled then it should move to end node how i can use this condition in XOR gateway ?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    If I'm understanding correctly you have a process that starts and has a User Input Task to collect data from the user and
    you would like the process to continue to the end node when the user updates the value for status?

    If this is correct then using an a!completeTask() within your saveInto may take care of that need.

    Are there any more details you can provide?

Reply
  • 0
    Certified Senior Developer

    If I'm understanding correctly you have a process that starts and has a User Input Task to collect data from the user and
    you would like the process to continue to the end node when the user updates the value for status?

    If this is correct then using an a!completeTask() within your saveInto may take care of that need.

    Are there any more details you can provide?

Children
No Data