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
-
objectNewWorkItemJobDefinition
- Inherited Members
- Extension Methods
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
jobNamestringdocumentDefinitionIDocumentDefinition
Properties
DocumentDefinition
public IDocumentDefinition DocumentDefinition { get; }