Table of Contents

Enum WorkItemResult

Namespace
JD.AI.Workflows.Distributed
Assembly
JD.AI.Workflows.Distributed.dll

Outcome of processing a WorkflowWorkItem.

public enum WorkItemResult

Fields

Permanent = 2

Processing failed permanently; the item should be dead-lettered.

Success = 0

The work item was processed successfully and should be acknowledged.

Transient = 1

Processing failed transiently; the item should be requeued or retried.