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

unlinkActivityFromUser

Previous  Top  Next

This method disassociates the executor from one or more activities in a SoftExpert Workflow instance. To use it, it is necessary to follow the standard documented below:

 

Java class

Request

web/wwwroot/ws/java/workflow/UnlinkActivityFromUserRequestType.java

Return

web/wwwroot/ws/java/workflow/UnlinkActivityFromUserResponseType.java

 

Request structure

<unlinkActivityFromUser>

 <urn:WorkflowID>?</urn:WorkflowID>

 <urn:ActivityID>?</urn:ActivityID>

<unlinkActivityFromUser>

 

Request

ID #

Required

Description

WorkflowID

X

Instance ID #

ActivityID

 

Activity ID #

 

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

SUCCESS:

1 – User successfully disassociated!

FAILURE:

-9 – No workflow with this ID # was found

-16 – No activity with this ID # was found

-93 – The activity is not associated with a user

-94 – Only the executor user can return the activity to the group

Detail

Method return detail

SUCCESS: The system will return the description of successfully executed method.

FAILURE: The system will return the description of the error found