Alfresco Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2020 05:40 AM
Hi,
I have created custom workflow with 3 step.
Alfresco : 5.2
I am using eclipse activiti designer for workflow design.
My Requirement is I want to Assign workflow task to 2 user group but group1, task name should be display as "Main Task" and for other group,task name should be display as "Backup Task".
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2020 06:54 AM
Tasks only have one task name - there is no way to have distinct task names depending on who is looking at them. You'd have to hack the UI rendering of tasks to somehow fiddle this in, but I would not recommend it. Or simply create two distinct tasks for the two groups, and coordinate any synchronization that may need to be done between the two tasks.
