Skip to main content
Version: 2.2.1

executeActivity

This method executes a user activity or workflow decision. To use it, it is necessary to follow the standard documented below:

Java class
Requestweb\wwwroot\ws\java\workflow\ExecuteActivityRequestType.java
Returnweb\wwwroot\ws\java\workflow\ExecuteActivityResponseType.java

Request:

ID #RequiredDescription
WorkflowIDXWorkflow ID #
ActivityIDXActivity ID #
ActionSequenceXAction sequence number
UserIDUser 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:executeActivity>
<!--You may enter the following 5 items in any order-->
<urn:WorkflowID>?</urn:WorkflowID>
<urn:ActivityID>?</urn:ActivityID>
<urn:ActionSequence>?</urn:ActionSequence>
<!--Optional:-->
<urn:UserID>?</urn:UserID>
<!--Optional:-->
<urn:ActivityOrder>?</urn:ActivityOrder>
</urn:executeActivity>
</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