Re-assign Current Task Using Flow
Comments
-
Hi,
Is there any way to re-assign the current task for a process folder using a [action] flow?
I current have an action flow for the process folder item which shows a screen of available users for the person to select.
When an account has been selected I want to reassign the current task to this account.
I have tried using the ‘Set Assignment For Accounts’ step but it asks for an ‘Assignment ID’ which I do not know where I can get the ID from?
Is this correct approach, and if so, how do I get the Assignment ID?Thanks.
-
Youll need to fetch the assignment for your process folder first by using a fetch entities step, type Assignment, and setting the entityFolderID field equal to Folder.FolderID. Then youll have the assignments ID and the current assigned users email to use in the following steps:
- Get new assignee (Integration > Internal Services > Account Service > Get by Email) --email for new user chosen from your form
- Add assignment for new assignee (Integration > Internal Services > Assignment > Add Assignment For User)
- Get the current assignee (same step from step 1 above)
- Remove the assignment for that user (Integration > Internal Services > Assignment > Remove Assignment for User)
Howdy, Stranger!
Categories
- 4.1K All Categories
- 61 General
- 11 Training
- 201 Installation / Setup
- 1.1K Flows
- 106 Rules
- 260 Administration
- 212 Portal
- 489 General Q & A
- 693 Forms
- 333 Reports
- 3 Designer Extensions
- 47 Example Flows
- 51 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 178 Pages
- 5 Process Mining
- New Features
- 178 Datastructures
- 69 Repository
- 219 Integrations
- 28 Multi-Tenant
- 27 SDK
- 76 Modules
- 56 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 66 Lunch And Learn Questions