Workflow Run

  • Workflow Run: the implementation of a workflow
    • The most basic run requires a workflowId and clusterId - most also include a workflow spec, and the inputs to be passed into the workflow
    • The workflow run contains everything needed for the workflow to actually be executed, that is, what (workflowId), where (clusterId), how (workflowSpec), with (inputs, etc.)