Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualize entire workflow while executing #44

Open
johnarnold opened this issue Oct 26, 2018 · 1 comment
Open

Visualize entire workflow while executing #44

johnarnold opened this issue Oct 26, 2018 · 1 comment

Comments

@johnarnold
Copy link

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 follow along with it. Much easier to understand the workflows that way.

This is similar to #23 but for "currently running" workflows. Probably could use the same code path.

Similar behavior is supported in Stackstorm Composer, Airflow, etc...

@GuyShaanan
Copy link
Collaborator

Hi.
It is indeed similar to #23 as we will probably use the same logic for both.

We actually have discussed this (albeit internally) and while for small workflows it is plausible, for large workflows it might look overcrowded. (Due to lack of resources we couldn't craft an example).

Maybe we can have something in between like showing the immediate optional tasks for current running task(s).

(P.S. CloudFlow actually doesn't look at the workflow definition at all to generate the graph. We know definitions can be deleted from Mistral and they hardly give any relevant information for our purpose. But if the execution is there- its there. We can draw the graph solely on execution results without needing the workflow definition- something we will have to look at for this feature.).

I'll keep this issue open for reference.
Thanks for the request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants