Table of Contents

Class FlowEngineData

Namespace
JobFlow.Core.Flows
Assembly
JobFlow.Core.dll
public class FlowEngineData
Inheritance
FlowEngineData
Extension Methods

Properties

Document

The Document associated with the current work item.

public IDocument Document { get; }

Property Value

IDocument

JobDefinitionCollection

Add any new job definitions here.

public ICollection<JobDefinition> JobDefinitionCollection { get; }

Property Value

ICollection<JobDefinition>

JobModel

The Job that just completed execution.

public JobModel JobModel { get; }

Property Value

JobModel

JobResult

The result of the just completed job.

public WorkResponse JobResult { get; }

Property Value

WorkResponse