Hi everybody,
We are using Identity Manager 12.5 sp8 with WorkPoint as the workflow engine.
In a Modify User task, we configured a multi step Workflow to approve/reject the task.
Our problem is the following:
When a user access the Identity Manager web console, the WorkList is shown.
In the WorkList, each approval task has the title with the following format: "Name of the Activity in WorkPoint" + "Modify User" + UserID.
We need to customize the last part of that title ("Modify User" + UserID) to include the task_name of the Modify Task (the same workflow will be used by several tasks).
Searching for a solution, we found:
In the Workpoint -> We open a Job -> Right Click "Properties" -> User Data
There is a variable named "nete.NISProcessTitle" that contains that title.
We could manually modify that variable in the Workpoint console, and that title change is then shown in the worklist.
We need to know how to customize the title of the workflow to automatically change according to the task_name.
Kind regards