Hi,
I'm working on a scenario where I watch for updates of several tasks within a Project.
When Task A is complete, I need to set Task B to In Progress and create single use Task Approval.
Is it possible to do it with Fusion? If so, how? Does anyone have working examples?
Could you please advise?
Thank you!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Viktoriia,
although I do not have a working example ready, for the first part I would try the following:
- assign Task A as predecessor to Task B in Workfront
- add a Watch Events module in Fusion and configure the webhook to be triggered if a task is competed (filter to include Task A)
- add a Read Related Records module as next module with
Record Type -> Task
Parent Record ID -> <ID of completed Task> from Watch Events module
Collections -> Successors
Outputs -> successorID
to get the ID of Task B
- add an Update Record module as next module with
ID -> successorID from Read Related Records module
Record Type -> Task
Fields to map -> Status -> in Progress
Adding a single use task approval using Fusion seems to be a more challenging part.
I think you will need to add
- a Custom API Call module talking to ARVPRC via POST request (have a look into Fusion cookbook, chapter Automating Workfront Request Approval Workflows) for details
- an Update Record module to assign the new approval process to Task B
Regards
Lars
Hi Viktoriia,
although I do not have a working example ready, for the first part I would try the following:
- assign Task A as predecessor to Task B in Workfront
- add a Watch Events module in Fusion and configure the webhook to be triggered if a task is competed (filter to include Task A)
- add a Read Related Records module as next module with
Record Type -> Task
Parent Record ID -> <ID of completed Task> from Watch Events module
Collections -> Successors
Outputs -> successorID
to get the ID of Task B
- add an Update Record module as next module with
ID -> successorID from Read Related Records module
Record Type -> Task
Fields to map -> Status -> in Progress
Adding a single use task approval using Fusion seems to be a more challenging part.
I think you will need to add
- a Custom API Call module talking to ARVPRC via POST request (have a look into Fusion cookbook, chapter Automating Workfront Request Approval Workflows) for details
- an Update Record module to assign the new approval process to Task B
Regards
Lars
Thank you so much, Lars! I'll look at API call module, I have not tried it yet.
Views
Replies
Total Likes
Hi @Viktoriia - Any luck with the single use Task Approval?
Views
Replies
Total Likes
yes, we were able to create it using an example in the Cookbook, Custom API Call module to create an Approval Process and then adding its ID as Approval Process ID to the task that needed to be approved as was suggested by Lars.
Views
Replies
Total Likes
Can you share the cookbook pdf please? The other one I have doesn't have this example.
Views
Replies
Total Likes
@Viktoriia - I would appreciate it if you could send me the blueprint, thank you.
Views
Replies
Total Likes
I figured it out from the cookbook. Thanks!
Views
Likes
Replies
Views
Likes
Replies