Table of Contents

Namespace JobFlow.Models.Jobs

Classes

FlowModel
GlobalJobNames

List of standard system job names.

JobModel

Represents an existing Job.

ResponseLogEntry

Any message (errors, information messages, etc.) to be returned in the work response.

WorkRequest

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.

WorkRequest<T>

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

WorkResponse

The response sent by a worker back to the system when work is completed.

Interfaces

IWorkRequest

Interface implemented by both WorkRequest and WorkRequest<T>.

IWorker

Alternate interface used by Job work processors where the Document type isn't needed.

IWorker<T>

Interface used by Job work processors.

Enums

JobStatus
JobType
LogEntryLevel
WorkResponseStatus