Table of Contents

Class NewWorkItemJobDefinition

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

Create a new Work Item with its own Document.

public class NewWorkItemJobDefinition : JobDefinition
Inheritance
object
NewWorkItemJobDefinition
Inherited Members

Remarks

Once the new WorkItem and all associated Flows complete, this Job will complete. If you wish to create a "fire and forget" style of processing, then create the new Work Item directly using IJobFlowWorkItemFactory.

Constructors

NewWorkItemJobDefinition(string, IDocumentDefinition)

public NewWorkItemJobDefinition(string jobName, IDocumentDefinition documentDefinition)

Parameters

jobName string
documentDefinition IDocumentDefinition

Properties

DocumentDefinition

public IDocumentDefinition DocumentDefinition { get; }

Property Value

IDocumentDefinition