Question
How to use an Assignment service?
Could someone help me with the following use case:
There is an assignment with a flow action. It's need a send a request to an externa system after the flow action using connect SOAP rule. Then it's need to wait till request from the external system to SOAP service rule and procceed the flow. I believe it's need to use an Assignment service here, so it shoud have a properties to set the soap connector and soap service. But it's possible to set only soap connector via connect activity. How can I tell to assignment service which soap service it should listen to?
Message was edited by: Vidyaranjan Av, Included Category-Integration
Can't you call the external service using Post Processing of the Flow Action and then use a Wait shape on your Flow for the response? The Data Transform Rule on the Action tab can help with the property set.