Workflows manager is a tool that allows you to manage your workflows in a more efficient way. It provides a simple and intuitive way to create a new workflow from the defined steps. You can create a new workflow by reusing the existing steps or workflows.
The official documentation is available on GitHub Pages.
You can install workflows manager using pip. It is recommended to use pip together with virtual environment (venv).
python3 -m pip install workflows-manager
To run the workflows manager, you can use the following command:
workflows-manager -c <path_to_workflows_configuration> run <workflow_name>
More options are available, you can check them using the following command:
workflows-manager --help
Or, you can check the official documentation for more information.