Auto assign task is my issue

0
  Hi all,   I’m trying to migrate wf  from 9.6.11 to 9.12.5. After migrate I got issue when I open task from open tasks, it’s will auto assign task to me. I have to view task only if I can do this task I will assign task to me later.     Thanks Somboon
asked
1 answers
0

Hii Somboon,

Build a custom microflow or nanoflow to view the task page.

Show User Task Page activity assigns that task to CurrentUser.
You can define an Enumeration which stores a Workflow Stage and accordingly can display the task page through custom microflow.

answered