The page you navigated to does not exist, so we brought you to the closest page to it.
flytekit.models.admin.workflow
class Workflow(
id,
closure,
short_description,
)
| Parameter |
Type |
Description |
id |
|
|
closure |
|
|
short_description |
|
|
| Property |
Type |
Description |
closure |
None |
:rtype: WorkflowClosure |
id |
None |
:rtype: flytekit.models.core.identifier.Identifier |
is_empty |
None |
|
short_description |
None |
:rtype: str |
def from_flyte_idl(
pb2_object,
)
| Parameter |
Type |
Description |
pb2_object |
|
|
def serialize_to_string()
:rtype: Text
:rtype: flyteidl.admin.workflow_pb2.Workflow
class WorkflowClosure(
compiled_workflow,
)
| Parameter |
Type |
Description |
compiled_workflow |
|
|
| Property |
Type |
Description |
compiled_workflow |
None |
:rtype: flytekit.models.core.compiler.CompiledWorkflowClosure |
is_empty |
None |
|
| Parameter |
Type |
Description |
p |
|
|
def serialize_to_string()
:rtype: Text
:rtype: flyteidl.admin.workflow_pb2.WorkflowClosure
class WorkflowSpec(
template: flytekit.models.core.workflow.WorkflowTemplate,
sub_workflows: typing.List[flytekit.models.core.workflow.WorkflowTemplate],
docs: typing.Optional[flytekit.models.documentation.Documentation],
)
This object fully encapsulates the specification of a workflow
| Parameter |
Type |
Description |
template |
flytekit.models.core.workflow.WorkflowTemplate |
|
sub_workflows |
typing.List[flytekit.models.core.workflow.WorkflowTemplate] |
|
docs |
typing.Optional[flytekit.models.documentation.Documentation] |
|
| Property |
Type |
Description |
docs |
None |
:rtype: Description entity for the workflow |
is_empty |
None |
|
sub_workflows |
None |
:rtype: list[flytekit.models.core.workflow.WorkflowTemplate] |
template |
None |
:rtype: flytekit.models.core.workflow.WorkflowTemplate |
def from_flyte_idl(
pb2_object,
)
| Parameter |
Type |
Description |
pb2_object |
|
flyteidl.admin.workflow_pb2.WorkflowSpec :rtype: WorkflowSpec |
def serialize_to_string()
:rtype: Text
:rtype: flyteidl.admin.workflow_pb2.WorkflowSpec