Skip to content

@awssolutions/gen-ai-evaluation-toolkit-ts-client


@awssolutions/gen-ai-evaluation-toolkit-ts-client / StepFunctionJobStatus

Enumeration: StepFunctionJobStatus

Enumeration Members

ABORTED

ABORTED: "ABORTED"

Job was manually stopped or cancelled


FAILED

FAILED: "FAILED"

Job failed due to an error


PENDING_REDRIVE

PENDING_REDRIVE: "PENDING_REDRIVE"

Job is waiting to be redriven after a failure


RUNNING

RUNNING: "RUNNING"

Job is currently executing


SUCCEEDED

SUCCEEDED: "SUCCEEDED"

Job completed successfully


TIMED_OUT

TIMED_OUT: "TIMED_OUT"

Job exceeded maximum execution time