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.
Solved! Go to Solution.
Views
Replies
Total Likes
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
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