Table of Contents

Class WorkRequest

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

The work request object. Sent by the system to workers. This version is used when the document data type is not known or not needed.

public class WorkRequest : IWorkRequest
Inheritance
WorkRequest
Implements

Remarks

The system uses this version in the BasicTransportDispatcher, which is primarily used for transports that serialize the message.

Properties

Document

[JsonConverter(typeof(ConcreteConverter<Document<object>>))]
public IDocument Document { get; set; }

Property Value

IDocument

Job

public JobModel Job { get; set; }

Property Value

JobModel