Hi All, I have a simple process model which consists of some scrip

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
  • 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.
Reply
  • 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.
Children
No Data