GetStep
Source:
src/AWS/Deadline/GetStep.ts
Runtime binding for deadline:GetStep.
Reads a step’s detail for a job in the bound Queue — lifecycle
status, task run status counts, dependency counts, parameter space. The
queue’s farmId/queueId are injected from the binding. Provide the
implementation with Effect.provide(AWS.Deadline.GetStepHttp).
Monitoring Steps
Section titled “Monitoring Steps”// init — bind the operation to the queueconst getStep = yield* AWS.Deadline.GetStep(queue);
// runtimeconst step = yield* getStep({ jobId, stepId });