Custom step and task in Orchestration process, need to complete wait activity from webservice call
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 WAIT process, and we need to complete this WAIT 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 WAIT activity. This WAIT activity will be completed if the STATUS goes to COMPLETED_VAR.
0