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 | |
---|---|
Request | web\wwwroot\ws\java\workflow\GetWorkflowRequestType.java |
Return | web\wwwroot\ws\java\workflow\GetWorkflowResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
WorkflowID | X | Instance 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 |
---|---|
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 |