Skip to content

ListSteps

Source: src/AWS/Deadline/ListSteps.ts

Runtime binding for deadline:ListSteps.

Enumerates the steps of a job in the bound Queue (paginated). The queue’s farmId/queueId are injected from the binding. Provide the implementation with Effect.provide(AWS.Deadline.ListStepsHttp).

// init — bind the operation to the queue
const listSteps = yield* AWS.Deadline.ListSteps(queue);
// runtime
const { steps } = yield* listSteps({ jobId });