Skip to main content
Version: 2.2.1

getWorkflow

This method returns information about an instance from SoftExpert Workflow. To use it, it is necessary to follow the standard documented below:

Java class
Requestweb\wwwroot\ws\java\workflow\GetWorkflowRequestType.java
Returnweb\wwwroot\ws\java\workflow\GetWorkflowResponseType.java

Request:

ID #RequiredDescription
WorkflowIDXInstance ID #

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:workflow">
<soapenv:Header/>
<soapenv:Body>
<urn:getWorkflow>
<urn:WorkflowID>?</urn:WorkflowID>
</urn:getWorkflow>
</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