The page you navigated to does not exist, so we brought you to the closest page to it.
flytekit.models.workflow_closure
class WorkflowClosure(
workflow,
tasks,
)
| Parameter |
Type |
Description |
workflow |
|
|
tasks |
|
|
| Property |
Type |
Description |
is_empty |
None |
|
tasks |
None |
:rtype: list[flytekit.models.task.TaskTemplate] |
workflow |
None |
:rtype: flytekit.models.core.workflow.WorkflowTemplate |
def from_flyte_idl(
pb2_object,
)
| Parameter |
Type |
Description |
pb2_object |
|
|
def serialize_to_string()
:rtype: Text
:rtype: flyteidl.core.workflow_closure_pb2.WorkflowClosure