내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 7

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

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Level 7

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