Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
6 subscribers
Views
1716 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
In a process I have 3-4 user input tasks in series those are assigned to differe
himanshug
over 11 years ago
In a process I have 3-4 user input tasks in series those are assigned to different groups.What i want to achieve is that the 4th task in the series must be assigned to the person who has completed the first task in the process where as first task initially is being assigned to a specific group.In a nutshell,i need to know the person inside a group who has completed a user input task and then dynamically i want to assign next task to the same person.
Any pointers will be really helpful for me....
OriginalPostID-80448
OriginalPostID-80448
Discussion posts and replies are publicly visible
0
Michael Tan
Appian Employee
over 11 years ago
In the data tab-->outputs, capture the tp!owner in to a process variable of type user. You can use this variable in the 4th task. See the task properties to find the tp!owner details here:
forum.appian.com/.../Process_and_Report_Data
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
felixl
over 11 years ago
One of the first attributes you should make use of for the 'First Task' is the task property 'Owner' (tp!owner). This activity class is pretty much the user who submitted the task form.
You can assign tp!owner as an output value and store it into a USER process variable in the Data tab.
Then in your fourth task, use that USER process variable to be the assignee.
Hope this helps.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
himanshug
over 11 years ago
Thanks.It worked.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel