An absolute number of the minimum number of successful completions of subtasks. As soon as this criteria is met, the future job will be marked as successful and outputs will be computed. :rtype: int
nodes
None
A collection of dynamic nodes. :rtype: list[_workflow.Node]
outputs
None
Describes how to bind the final output of the future task from the outputs of executed nodes. The referenced ids in bindings should have the generated id for the subtask. :rtype: list[flytekit.models.literals.Binding]
subworkflows
None
A collection of subworkflows to execute. :rtype: list[flytekit.models.core.workflow.WorkflowTemplate]
tasks
None
A collection of tasks to execute. :rtype: list[_task.TaskTemplate]