Adding a step in the Proof workflow using Fusion | Community
Skip to main content
Level 2
February 26, 2025
Solved

Adding a step in the Proof workflow using Fusion

  • February 26, 2025
  • 1 reply
  • 355 views

I've heard this can be done, but i don't know how. I have a Proof workflow already created and being used, I need to add another step called "Risk review" to the workflow using fusion. Do i have to use the proof custom API to add the step to the workflow. I have the workflow id. all i probably need is the details of the step. Let me know.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by JohnJOSullivan

We do this all the time. And you're right, you'll need to do a Workfront Proof Custom API call. 

 

You'll need to create XML with the standard SOAPWorkflowProofStageObject syntax. Example from our main proof generation automation:

 

 

So, you create the XML variable and then insert it into the body of the custom API call:

 

 

This is a simplified explanation but I hope it gives a spark...

 

-j

1 reply

JohnJOSullivan
JohnJOSullivanAccepted solution
Level 5
February 27, 2025

We do this all the time. And you're right, you'll need to do a Workfront Proof Custom API call. 

 

You'll need to create XML with the standard SOAPWorkflowProofStageObject syntax. Example from our main proof generation automation:

 

 

So, you create the XML variable and then insert it into the body of the custom API call:

 

 

This is a simplified explanation but I hope it gives a spark...

 

-j