flytekit.models.admin.workflow
class Workflow(
id,
closure,
short_description,
)
| Parameter |
Type |
Description |
id |
|
|
closure |
|
|
short_description |
|
|
| Property |
Type |
Description |
closure |
None |
|
id |
None |
|
is_empty |
None |
|
short_description |
None |
|
def from_flyte_idl(
pb2_object,
)
| Parameter |
Type |
Description |
pb2_object |
|
|
Returns: Workflow
def serialize_to_string()
Returns: Text
Returns: flyteidl.admin.workflow_pb2.Workflow
class WorkflowClosure(
compiled_workflow,
)
| Parameter |
Type |
Description |
compiled_workflow |
|
|
| Property |
Type |
Description |
compiled_workflow |
None |
|
is_empty |
None |
|
| Parameter |
Type |
Description |
p |
|
|
Returns: WorkflowClosure
def serialize_to_string()
Returns: Text
Returns: 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 |
|
is_empty |
None |
|
sub_workflows |
None |
|
template |
None |
|
def from_flyte_idl(
pb2_object,
)
| Parameter |
Type |
Description |
pb2_object |
|
flyteidl.admin.workflow_pb2.WorkflowSpec |
Returns: WorkflowSpec
def serialize_to_string()
Returns: Text
Returns: flyteidl.admin.workflow_pb2.WorkflowSpec
Docs version 1.16.23.0flytekit 1.16.23backend v1.16.8