Table of Contents

Class StartFlowJobDefinition

Namespace
JobFlow.Models.Jobs.Definitions
Assembly
JobFlow.Models.dll

Start a new Flow using the current document.

public class StartFlowJobDefinition : JobDefinition
Inheritance
object
StartFlowJobDefinition
Inherited Members

Remarks

The new Flow must complete before this Job completes.

Constructors

StartFlowJobDefinition(string, string)

public StartFlowJobDefinition(string jobName, string flowName)

Parameters

jobName string
flowName string

Properties

FlowName

Name of the Flow to start.

public string FlowName { get; }

Property Value

string