Skip to main content
November 9, 2022
Question

Same user need to complete two user input tasks or same user unable to act onthis

  • November 9, 2022
  • 1 reply
  • 0 views

in a process i have two  user input tasks let first is x and second is y

now i have scenario

1) where the user 1 completed X then he only need to complete Y

or where the user 2 completed X then he only need to complete Y

2)when the user 1 complete X then we have to restrict to complete Y by  the user 1

or 

when the user 2 complete X then we have to restrict to complete Y by  the user 2

1 reply

stefanhelzle0001
Brainy
November 9, 2022

In the output of task X, store the task attribute tp!owner into a process variable und use it to assign the next task. tp!owner is the user that submitted the task.