CloudFlow icon indicating copy to clipboard operation
CloudFlow copied to clipboard

A workflow visualization tool for OpenStack Mistral (https://github.com/openstack/mistral)

Results 41 CloudFlow issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 0.9.0 to 0.10.0. Changelog Sourced from node-forge's changelog. 0.10.0 - 2020-09-01 Changed BREAKING: Node.js 4 no longer supported. The code may still work, and non-invasive patches to...

dependencies

Adds a refrence to the project license to README.md. This is considered a best-practice.

We use mistral with keystone as identity service. In the documentation I find no reference to this topic. How can I configure this service to use mistral with keystone? I...

enhancement

In some cases it's convenient to understand how much action executions are attached to a task (e.g. if we use lots of "with-items" tasks or we often use the "retry"...

enhancement

Currently, cloudflow shows that it is only compatible with node 8 : "engines": { "node": "^8.0.0", "yarn": "^1.3.2", "npm": "^5.0.0" }, (in package.json) Can you test cloudflow on node 10...

When trying to display workflows with ~ 400 nodes/tasks (and couple hundreds of links between tasks), the app freezes. It may eventually display the workflow but will be really laggy....

bug
help wanted

Something that would be very useful is to see the entire workflow graph, including tasks/paths that have not executed yet. That way the operator can visualize what will/could happen, and...