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

newWorkflow

Previous  Top  Next

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

 

Java class

Request

web\wwwroot\ws\java\workflow\NewWorkflowRequestType.java

Return

web\wwwroot\ws\java\workflow\NewWorkflowResponseType.java

 

Request structure

<newWorkflow>

 <ProcessID>?</ProcessID>

 <WorkflowTitle>?</WorkflowTitle>

 <UserID>?</UserID>

</newWorkflow>

 

Request

ID #

Required

Description

ProcessID

X

Process ID #

WorkflowTitle

X

Workflow title

UserID

 

User 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

Detail

Method return detail

RecordKey

Code of the record added by the method

RecordID

ID # of the record added by the method