RCAL
Note
This is a work in progress. More details coming soon!
Brief description of the pipeline and its purpose.
Edit the mermaid diagram below to show high level steps. Include the name of the preceeding and following pipelines where applicable.
flowchart LR
start((Previous Pipeline Name)) --> step_1[First Pipeline Step]
step_1[First Pipeline Step] --> decision{What next?}
decision -->|Option 1| process_1[Process 1]
decision -->|Option 2| process_2[Process 2]
process_1 --> stop((Next Pipeline Name))
process_2 --> stop((Next Pipeline Name))
Useful Links
Complete the following with relevant links for your pipeline.
Repository: <link to repository>
Documentation: <link to documentation>
Description: Short description of the pipeline and its purpose.
Quickstart: Link to quickstart guide in the pipeline documentation (< 10 mins end to end)
Status: e.g., “In development”, “Production ready”, “Deprecated”
Contact: <contact person or team>
Where to get help: <link to relevant Slack channel>