I have an assign flexi task within a workflow. I would like to capture the Workflow Task ID to use in the flexi task reminder email but I am unable to find the WF Task ID available as a variable ? Any suggestions ?
Solved
How do I capture the Workflow Task ID

Best answer by emha
then you'll have to build logic like this
you need to use parallel action.
in one branch you assign the task. in one of task's fields (task name, task description...) you will have to define your own unique task identifier.
in other branch, first let it wait for short period of time so that task is created and settled.
then query workflow task list and search for a task by your custom task identifier. let the query return (task) ID field.
then you can use the ID in mail notification to build approval link
flexi flexi task id flexi task id parallel task list query task list
Translate
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.