Custom step and task in Orchestration process
Summary:
We have requirement where we need to create custom step in orchestration process and then this step will invoke and send order to external fulfillment system. After this step, next step is PAUSE process, and we need to complete this PAUSE process from WEB or SOAP service call.
We have implemented, the custom orchestration step to send order to external fulfillment system. And as required, orchestration process is waiting to be completed from External web service call.
Can we use the below mentioned WSDL URL to complete the PAUSE activity. This PAUSE activity will be completed if the STATUS goes to COMPLETED_VAR.
0