GetTask
Source:
src/AWS/Deadline/GetTask.ts
Runtime binding for deadline:GetTask.
Reads a task’s detail for a step in the bound Queue — run status,
parameters, retry count, latest session action. The queue’s
farmId/queueId are injected from the binding. Provide the
implementation with Effect.provide(AWS.Deadline.GetTaskHttp).
Monitoring Tasks
Section titled “Monitoring Tasks”// init — bind the operation to the queueconst getTask = yield* AWS.Deadline.GetTask(queue);
// runtimeconst task = yield* getTask({ jobId, stepId, taskId });