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: 7.15.0.29499 (7.15.0.201904253)
Syntax public int StartProcess(
string processName,
bool test,
string context
)
Public Function StartProcess (
processName As String,
test As Boolean,
context As String
) As Integer
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:
Int32The 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