task_all Module

Functions

task_all

Determine the state of scheduling the activities for execution with retry options.

task_all(tasks: List[azure.durable_functions.models.Task.Task])

Parameters

tasks
<xref:List>[Task]
Required

The tasks to evaluate their current state.

Returns

A Durable Task Set that reports the state of running all of the tasks within it.

Return type