Class JobFlowRuleContext
public class JobFlowRuleContext : IJobFlowRuleContext
- Inheritance
-
JobFlowRuleContext
- Implements
- Extension Methods
Constructors
JobFlowRuleContext(JobDefinition, JobModel, WorkResponse)
public JobFlowRuleContext(JobDefinition jobDefiniton, JobModel currentJob, WorkResponse jobWorkResponse)
Parameters
jobDefiniton
JobDefinitioncurrentJob
JobModeljobWorkResponse
WorkResponse
Properties
CurrentJob
public JobModel CurrentJob { get; }
Property Value
JobDefiniton
public JobDefinition JobDefiniton { get; }
Property Value
JobWorkResponse
public WorkResponse JobWorkResponse { get; }