Workflows

Repository

Workflow definitions are stored in the provisioning-service and are currently in their own branch called workflows.

To checkout these workflows you can run the below code in the root of your development environment.

git clone --filter=blob:none --sparse git@github.com:cirruscomms/provisioning-service.git workflows
cd workflows/
git sparse-checkout set etc/workflow
git checkout workflows

Migrations

Handled manually by Carolyn at present, but we hope to automate this in a manner similar to the PostgreSQL migrations as handled by Tern.

Once the automated migration has been implemented we will merge the workflows branch in to the main branches of the provisioning-service,