Table of Contents

Enum WorkResponseStatus

Namespace
JobFlow.Models.Jobs
Assembly
JobFlow.Models.dll
public enum WorkResponseStatus

Fields

Failure = 2

By default, the system will suspense the Flow.

Retry = 3

By default, the system will automatically schedule a retry operation. See RetryOptions.

Success = 1