1.15.4.dev2+g3e3ce2426

flytekit.models.workflow_closure

Directory

Classes

Class Description
WorkflowClosure None.

flytekit.models.workflow_closure.WorkflowClosure

def WorkflowClosure(
    workflow,
    tasks,
):
Parameter Type
workflow
tasks

Methods

Method Description
from_flyte_idl()
serialize_to_string() None
short_string()
to_flyte_idl()
verbose_string()

from_flyte_idl()

def from_flyte_idl(
    pb2_object,
):
Parameter Type
pb2_object

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

to_flyte_idl()

def to_flyte_idl()

verbose_string()

def verbose_string()

Properties

Property Type Description
is_empty
tasks
workflow