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