Skip to main content
Version: 2.2.1

reactivateWorkflow

This method allows reactivating postponed instances.

To use it, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\workflow\ReactivateWorkflowRequestType.java
Returnweb\wwwroot\ws\java\workflow\ReactivateWorkflowResponseType.java

Request:

ID #RequiredDescription
ReactivateWorkflowListXArray with one or more workflows
ExplanationXExplanation
UserIDUser ID. When given, it will remain in the instance history that it was reactivated by this user. Otherwise, the authentication user will be recorded.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:workflow">
<soapenv:Header/>
<soapenv:Body>
<urn:reactivateWorkflow>
<!--You may enter the following 3 items in any order-->
<urn:ReactivateWorkflowList>
<!--1 or more repetitions:-->
<urn:WorkflowID>?</urn:WorkflowID>
</urn:ReactivateWorkflowList>
<urn:Explanation>?</urn:Explanation>
<!--Optional:-->
<urn:UserID>?</urn:UserID>
</urn:reactivateWorkflow>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
WorkflowListResponseSUCCESS: Returns a vector with the metadata:
â–ª WorkflowListResponse: Matrix; Records
- Record: Record
Returns a message about success or about the error found
StatusSUCCESS: SUCCESS
FAILURE: FAILURE
CodeCode regarding the error.
DetailMessage detailing the error or success in the execution of the method.