Click or drag to resize

RuntimeServiceStartProcess Method

Launch a new request of a WorkflowGen process

Namespace:  Advantys.Workflow.Web.Services.Processes.Runtime
Assembly:  Advantys.Workflow.Web.Services.Processes.Runtime (in Advantys.Workflow.Web.Services.Processes.Runtime.dll) Version: 8.0.2.0 (8.0.2.20210618)
Syntax
public int StartProcess(
	string processName,
	bool test,
	string context
)

Parameters

processName
Type: SystemString
Name of the process to launch
test
Type: SystemBoolean
If set to true, the process should be in test mode
context
Type: SystemString
Workflow context to send along with the request

Return Value

Type: Int32
The ID of the instantiated process
Remarks
Available since WorkflowGen version: 5.0.33

Optional Parameters.
These parameters can be used in the query string or as parameters of the SOAP headers.

processId (int)Process identifier. Available since version 6.1.0
processVersion (int)Process version. To be used with processName. Available since version 6.1.0
impersonateUsername (string)Username to use for impersonation. Operation is available for allowed users only.

See Also