Navigation:  Integration via SOAP web services > Published web services > Workflow >

newAssocWorkflow

Previous  Top  Next

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

 

Java class

Request

web\wwwroot\ws\java\workflow\NewAssocWorkflowRequestType.java

Return

web\wwwroot\ws\java\workflow\NewAssocWorkflowResponseType.java

 

Request structure

<newAssocWorkflow>

 <WorkflowID>?</WorkflowID>

 <AssocWorkflowList>

         <!--1 or more repetitions:-->

         <AssocWorkflow>

                 <AssocWorkflowID>?</AssocWorkflowID>

                 <AssocWorkflowType>?</AssocWorkflowType>

         </AssocWorkflow>

 </AssocWorkflowList>

 <ActivityID>?</ActivityID>

 <ActivityOrder>?</ActivityOrder>

</newAssocWorkflow>

 

Response structure

<newAssocWorkflowResponse>

 <Status>?</Status>

 <Code>?</Code>

 <Detail>?</Detail>

 <RecordList>

 <!--1 or more repetitions:-->

         <Record>

                 <RecordKey>?</RecordKey>

         </Record>

 </RecordList>

</newAssocWorkflowResponse>

 

Request

ID #

Required

Description

WorkflowID

X

Instance ID #

AssocWorkflowID

X

Associated workflow ID #

AssocWorkflowType

 

Association type:

1: Blocking;

Any other value: Non-blocking.

ActivityID

 

Activity ID #

ActivityOrder

 

Activity order number

 

Return

ID #

Description

Status

Method execution status. Its value may be:

SUCCESS: Method executed successfully

FAILURE: An error occurred during the method execution

Code

Method return code

Detail

Method return detail

RecordKey

Record code added