Enum WorkItemResult
- Namespace
- JD.AI.Workflows.Distributed
- Assembly
- JD.AI.Workflows.Distributed.dll
Outcome of processing a WorkflowWorkItem.
public enum WorkItemResult
Fields
Permanent = 2Processing failed permanently; the item should be dead-lettered.
Success = 0The work item was processed successfully and should be acknowledged.
Transient = 1Processing failed transiently; the item should be requeued or retried.