orvanta workflows
Manage workflows in your Orvanta organisation.
orvanta workflows <subcommand> [options]Subcommands
Section titled “Subcommands”List all workflows in the current organisation.
orvanta workflows list [options]| Flag | Description |
|---|---|
--json | Output as JSON. |
--limit <n> | Maximum number of results (default: 50). |
Example:
orvanta workflows listID NAME STATUS LAST RUNwf_01hx… data-ingestion active 2 hours agowf_02ab… nightly-report active 8 hours agowf_03cd… onboarding-flow draft —create
Section titled “create”Create a new workflow.
orvanta workflows create <name> [options]| Flag | Description |
|---|---|
--description <text> | Short description. |
--json | Output the created workflow as JSON. |
Show details for a specific workflow.
orvanta workflows get <id-or-name>delete
Section titled “delete”Delete a workflow. Prompts for confirmation unless --yes is supplied.
orvanta workflows delete <id-or-name> [--yes]export
Section titled “export”Export a workflow definition as YAML.
orvanta workflows export <id-or-name> > my-workflow.yamlimport
Section titled “import”Import a workflow from a YAML definition.
orvanta workflows import my-workflow.yaml