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

cancelWorkflow

Previous  Top  Next

This method cancels a workflow. To use it, it is necessary to follow the standard documented below:

 

Java class

Request

web\wwwroot\ws\java\workflow\CancelWorkflowRequestType.java

Return

web\wwwroot\ws\java\workflow\CancelWorkflowResponseType.java

 

Request structure

<cancelWorkflow>

 <WorkflowID>?</WorkflowID>

 <Explanation>?</Explanation>

 <UserID>?</UserID>

</cancelWorkflow>

 

Request

ID #

Required

Description

WorkflowID

X

Workflow ID #

Explanation

X

Explanation

UserID

 

User's reg. code #. When given, it will remain in the instance history that it was cancelled by this user. Otherwise, the authentication user will be recorded.

 

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