Cloud Elements has created a community of custom made formulas that can be viewed, downloaded, and shared. This is an independent catalog of formulas and formula samples created by customers, partners and Cloud Elements developers. Additionally, this community supports our partners leveraging CloudElements technology.
If you would like a visual understanding of the workflows for a project, you can run:
bin/generate_flowchart.py Which will generate workflow.png in the same directory as the formula. If you have multiple formulas in the same directory, you may want to rename the generated file.
You will need to install node, phantomjs, and mermaid first:
npm install -g phantomjs
npm install -g mermaid ~~~~