Run a Workflow

bpm workflow run <id> [--project /path/to/project.yaml] [--<param-flag> <value>]

Notes

  • run executes the workflow entry script from its workflow folder.
  • If --project is provided, BPM loads that project.yaml and makes it available via ctx.
  • Workflow runs can be recorded in project.yaml under a workflows list.

This site uses Just the Docs, a documentation theme for Jekyll.