Is there a way that a workflow initiator can himself select a user from the list of users to take action for his task?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2020 07:42 AM
I know of two options:
1)Assignees
2)Assignees expression
Is there a way that a workflow initiator can himself select a user from the list of users to take action?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2020 03:06 PM
Hello,
This is what is done by the default Serial Workflow. To help you understand how to achieve it, you can import the "Default Nuxeo Platform Workflows Configuration" Studio external template (In Studio > Modeler > Configuration > External Template > Import the template).
In workflows, the task can be assigned to an explicit user (like user:jdoe
) or an assignee expression (like @{Document("dc:creator")}
or a workflow global variable).
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2020 12:26 AM
Hello,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2020 04:27 AM
That's what I'm explaining. The first task can be assigned to the workflow initiator asking him in the task to assign the workflow to somebody, using a nuxeo-user-suggestion
element bound to a property of type User/Group
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2020 07:07 AM
Thank you for your time. It was a great help
