Expand my Community achievements bar.

Adding a step in the Proof workflow using Fusion

Avatar

Level 2

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.

1 Reply

Avatar

Level 5

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:

 

JohnJOSullivan_0-1740665076402.png

 

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

 

JohnJOSullivan_1-1740665106063.png

 

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

 

-j