SearchTasks
Source:
src/AWS/Deadline/SearchTasks.ts
Runtime binding for deadline:SearchTasks.
Searches the tasks of the bound Queue (optionally narrowed to one
jobId) with filter and sort expressions. The queue’s
farmId/queueIds: [queueId] are injected from the binding. Provide the
implementation with Effect.provide(AWS.Deadline.SearchTasksHttp).
Monitoring Tasks
Section titled “Monitoring Tasks”// init — bind the operation to the queueconst searchTasks = yield* AWS.Deadline.SearchTasks(queue);
// runtimeconst { tasks, totalResults } = yield* searchTasks({ itemOffset: 0, jobId,});