RuntimeServiceStartProcess Method |
Launch a new request of a WorkflowGen process
Namespace: Advantys.Workflow.Web.Services.Processes.RuntimeAssembly: Advantys.Workflow.Web.Services.Processes.Runtime (in Advantys.Workflow.Web.Services.Processes.Runtime.dll) Version: 5.7.14075.2 (5.7.14075.2)
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
The name of the process to launch - test
- Type: SystemBoolean
If set to true, the process should be in test mode - context
- Type: SystemString
The 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.
impersonateUsername (string) | Username to use for impersonation. Operation is available for allowed users only. |
See Also