Class StartFlowDefinition
- Namespace
- JobFlow.Models.Jobs.Definitions
- Assembly
- JobFlow.Models.dll
Start a new Flow using the current document.
public class StartFlowDefinition : JobDefinition
- Inheritance
-
StartFlowDefinition
- Inherited Members
Remarks
The new Flow must complete before this Job completes.
Constructors
StartFlowDefinition(string, string)
public StartFlowDefinition(string jobName, string flowName)
Parameters
Properties
FlowName
Name of the Flow to start.
public string FlowName { get; }