Click or drag to resize

WorkflowStart Method

Tries to start the workflow. It blocks until the workflow is started.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
public void Start()

Implements

IWorkflowStart
Exceptions
ExceptionCondition
InvalidOperationExceptionThe workflow is not in a state in which it can be started. Only when the workflow is in the state Init or Stopped, it can be started.
See Also