Enumeration ProcessingStatusCodeBeta

Possible statuses of a NiFi pipeline task.

Enumeration Members

COMPLETED: "COMPLETED"

Completed successfully

DISABLED: "DISABLED"

Disabled and cannot run

FAILED: "FAILED"

Encountered a failure

INVALID: "INVALID"

Invalid configuration

PAUSED: "PAUSED"

Paused and can be resumed

QUEUED: "QUEUED"

Queued and awaiting execution

RETRYING: "RETRYING"

Retrying after failure

RUNNING: "RUNNING"

Currently running

SCHEDULED: "SCHEDULED"

Scheduled to run

STARTING: "STARTING"

Starting up

STOPPED: "STOPPED"

Stopped manually

STOPPING: "STOPPING"

Shutting down

UNKNOWN: "UNKNOWN"

Status is unknown

WAITING: "WAITING"

Waiting for an external event