Class FlowEngineData
public class FlowEngineData
- Inheritance
-
FlowEngineData
- Extension Methods
Properties
Document
The Document associated with the current work item.
public IDocument Document { get; }
Property Value
JobDefinitionCollection
Add any new job definitions here.
public ICollection<JobDefinition> JobDefinitionCollection { get; }
Property Value
JobModel
The Job that just completed execution.
public JobModel JobModel { get; }
Property Value
JobResult
The result of the just completed job.
public WorkResponse JobResult { get; }