| | | Senior Member
       
Group: Forum Members Last Login: Wednesday, September 03, 2008 Posts: 9, Visits: 32 |
| Hi.
I have my "leave" case scenario with skelta user table. I have a queue with automatic dispatch. True my web site I started a workflow instance with "leave" data, login as USER1 (my self). In approval activity, I set Assign Actor property to skelta user, USER2 (manager) for approval. Now what hapend: 1. USER1 must approve a task (submiter, I' dont want this), 2. USER2 must approve a task, 3. USER1 get information of approval. or 1. USER2 must approve a task, 2. USER1 must approve a task, 3. USER1 get information of approval. What I like: 1. USER2 must approve a task, 2. USER1 get information of approval.
I thing that the automatic assign actor at approval activity is USER1 (the submiter) and USER2 (the manager). Both must approve. How I can achive, that the automatic assign actor wil bi USER2 (manager) and USER1 (submiter) is not necesary for approval?
BR Mitja K. |
| | | | Supreme Being
       
Group: Forum Members Last Login: Thursday, March 17, 2011 Posts: 66, Visits: 73 |
| | Hi, I hope the requirement is like, it should go to both User1 and User2 and if User2 Approves it should be treated as Approved. If above is the requirement, then you can set the Assign Actor property as (UserID = User1 (Or Variable.SubmittedBy.UserID) OR UserID = User2 (or Variable.SubmittedBy.Manager)) and set the Action Limit as 50%. Add an Information Activity after the approval activity with linking condition as "Approved" and assign it to the submitted User with appropriate subject and notes. Regards, RS |
| | | | Senior Member
       
Group: Forum Members Last Login: Wednesday, September 03, 2008 Posts: 9, Visits: 32 |
| | thanks. I will tray it. I'm using Skelta user provider. How can I set the ManagerID of UserID in SKUser table? BR Mitja.
BR Mitja K. |
| |
|
|