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

reactivateWorkflow

Previous  Top  Next

This method enables reactivating postponed instances.

 

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

Java class

Request

web\wwwroot\ws\java\workflow\ReactivateWorkflowRequestType.java

Return

web\wwwroot\ws\java\workflow\ReactivateWorkflowResponseType.java

 

Request structure

<reactivateWorkflow>

        <ReactivateWorkflowList>

           <WorkflowID>?</WorkflowID>

        </ReactivateWorkflowList>

        <Explanation>?</Explanation>

        <UserID>?</UserID>

</reactivateWorkflow>

 

Request

ID #

Required

Description

ReactivateWorkflowList

X

Array with one or more workflows

Explanation

X

Explanation

UserID

 

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

 

Return

ID #

Description

WorkflowListResponse

SUCCESS: Returns a vector with the metadata

WorkflowListResponse: Matrix; Records

oRecord: Record

Returns a message about success or about the error found

Status

SUCCESS: SUCCESS

FAILURE: FAILURE

Code

Code regarding the error

Detail

Message detailing the error or success in the execution of the method