Skip to main content
Version: 2.2.1

newAssocWorkflow

This method associates one or more workflows with another workflow. To use it, it is necessary to follow the standard documented below:

Java class
Requestweb\wwwroot\ws\java\workflow\NewAssocWorkflowRequestType.java
Returnweb\wwwroot\ws\java\workflow\NewAssocWorkflowResponseType.java

Request:

ID #RequiredDescription
WorkflowIDXInstance ID #
AssocWorkflowIDXAssociated workflow ID #
AssocWorkflowTypeAssociation type:
â–ª 1: Blocking;
â–ª Any other value: Non-blocking.
ActivityIDActivity ID #
ActivityOrderActivity order number

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:workflow">
<soapenv:Header/>
<soapenv:Body>
<urn:newAssocWorkflow>
<!--You may enter the following 4 items in any order-->
<urn:WorkflowID>?</urn:WorkflowID>
<urn:AssocWorkflowList>
<!--1 or more repetitions:-->
<urn:AssocWorkflow>
<!--You may enter the following 2 items in any order-->
<urn:AssocWorkflowID>?</urn:AssocWorkflowID>
<urn:AssocWorkflowType>?</urn:AssocWorkflowType>
</urn:AssocWorkflow>
</urn:AssocWorkflowList>
<urn:ActivityID>?</urn:ActivityID>
<!--Optional:-->
<urn:ActivityOrder>?</urn:ActivityOrder>
</urn:newAssocWorkflow>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
StatusMethod execution status. Its value may be:
SUCCESS: Method executed successfully
FAILURE: An error occurred during the method execution
CodeMethod return code
DetailMethod return detail
RecordKeyRecord code added