PublicAPI.Processes.WorkflowInstance.StartProcess ELMA API Documentation
 
 
Syntax

public WorkflowInstance StartProcess(
	WorkflowProcess process,
	string instanceName,
	Action<Object> context
)

Parameters

process
Type: WorkflowProcess
instanceName
Type: System String
context
Type: System Action Object 

Return Value

Type: WorkflowInstance
See Also