Releases: nokia/CloudFlow
0.5.0-beta.1
Show tasks runtimes as graphs.
Each task will be colored in a different color- green for short run time and red for longer.
All times are relative to current workflow execution.
v0.4.0
0.4.0-beta.0
Add ability to search by any entity ID (of a task, action or workflow execution) and be redirected to the graph.
v0.3.1
- Fix Apache configuration file proxy issues
v0.3.0
Infinite Scroll
The main executions list now pulls 100 executions at a time, and enables infinite scroll- as you scroll the list, another batch of executions will be loaded from Mistral.
Under the Hood
At the main executions list we only display "root" executions (i.e. workflows that were not triggered by another workflow).
Mistral doesn't yet support this kind of filtering, and it may be that there will be no "root" executions in the batch. So a mechanism was added to keep pulling executions until there is a result.
This should be improved in the future when this filtering is added to Mistral.
Auto Refresh extended Control
- Ability to manually refresh the execution graph
- Ability to pause and resume the auto refresh (per execution)
v0.2.1
v0.2.0
v0.1.4
v0.1.3
- No proper message when navigating to a non existing WF execution or Task execution (Closes #18)
- Failed to view a WF execution if the WF definition was deleted (Closes #4)
- Show a message when no executions are found
- Display "no child executions" if a task doesn't have action/workflow executions (Closes #13)
- Narrow down some exception messages in console
v0.1.2
- Fix: Sometimes some screens were displayed for a brief moment before being redirected to the login screen.
- Add icon to the execution list link
- Add arrows to edges