Table of Contents

Class FlowScope

Namespace
JobFlow.Core.Rules.Factories
Assembly
JobFlow.Core.dll
[ApplicationService(ManagerLifetime.Scoped)]
public class FlowScope
Inheritance
object
FlowScope
Extension Methods

Constructors

FlowScope()

public FlowScope()

Properties

Flow

public Flow Flow { get; }

Property Value

Flow

Job

public Job Job { get; }

Property Value

Job

WorkItem

public WorkItem WorkItem { get; }

Property Value

WorkItem