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
2 replies
Subscribers
6 subscribers
Views
1172 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi All, I have a simple process model which consists of some scrip
Pavan
over 10 years ago
Hi All,
I have a simple process model which consists of some script tasks and one user input task. While the process starts executing before coming to the user input task or after coming to the user input task, i need to get that task id without submitting the form. Please kindly let me know the way to achieve this functionality.
Thanks Inadvance...
OriginalPostID-126132
OriginalPostID-126132
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 10 years ago
The task instance does not have a task ID until it gets activated/instantiated in the flow.
If you need the Task ID before submitting the task (but after the task has been already activated) you will need to use the Execute Process Report (delaying its execution for a few minutes to make sure the task is available for reporting) or a custom plug-in that gets all tasks for the current process and then find the task ID from there, maybe based on the task name.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 10 years ago
The task instance does not have a task ID until it gets activated/instantiated in the flow.
If you need the Task ID before submitting the task (but after the task has been already activated) you will need to use the Execute Process Report (delaying its execution for a few minutes to make sure the task is available for reporting) or a custom plug-in that gets all tasks for the current process and then find the task ID from there, maybe based on the task name.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data