Skip to main content

⌨ī¸ run

selflow run​

Start a workflow on the Selflow-Daemon and wait for the end of its execution.

Synopsis​

Start a workflow on the Selflow-Daemon and wait for the end of its execution.

If the command is stopped, the workflow will not be stopped. The commands also gives logs about what is happening.

The workflow file must follow the selflow workflow syntax (https://selflow.github.io/selflow/docs/workflow-syntax).

It can be written using YAML or JSON.

selflow run ./filename [flags]

Options​

  -h, --help   help for run

Options inherited from parent commands​

      --recreate-daemon   Kill and recreate the daemon if it already exists

SEE ALSO​

  • selflow - Selflow is a workflow orchestration tool
Auto generated by spf13/cobra on 27-Nov-2023​