A client for a workflow.
This client represents the workflow definition, with the following additional methods:
workflowSubmit
workflowAttach
workflowOutput
Once a workflow is submitted, it can be attached to, and the output can be retrieved.
the type of the workflow.
A client for a workflow.
This client represents the workflow definition, with the following additional methods:
workflowSubmit
to submit the workflow.workflowAttach
to attach to the workflow and wait for its completionworkflowOutput
to check if the workflow's output is ready/available.Once a workflow is submitted, it can be attached to, and the output can be retrieved.