Skip to content

Releases: nokia/CloudFlow

0.5.0-beta.1

11 Feb 16:34
Compare
Choose a tag to compare
0.5.0-beta.1 Pre-release
Pre-release

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

18 Jan 09:14
Compare
Choose a tag to compare
  • Search by entity ID for task, action or workflow execution (closes #21)

0.4.0-beta.0

10 Jan 16:25
Compare
Choose a tag to compare
0.4.0-beta.0 Pre-release
Pre-release

Add ability to search by any entity ID (of a task, action or workflow execution) and be redirected to the graph.

v0.3.1

07 Dec 12:51
Compare
Choose a tag to compare
  • Fix Apache configuration file proxy issues

v0.3.0

29 Nov 12:21
Compare
Choose a tag to compare

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

13 Nov 11:32
Compare
Choose a tag to compare
  • Show more details on action execution and sub workflow executions (closes #5)

v0.2.0

12 Nov 13:16
Compare
Choose a tag to compare
  • Show 'Up' button to go to parent execution of current workflow (if applicable) (closes #11)
  • Update to Angular 5 with Rxjs 5.5.x
  • Minimize destroying of Dom elements (use *ngIf only where necessary) to speed-up performance

v0.1.4

07 Nov 15:22
Compare
Choose a tag to compare
  • Disable "Open in Fullscreen" and "Copy to clipboard" until data is loaded (closes #20)
  • Vertical scrollbars are missing in Firefox (Closes #22)

v0.1.3

31 Oct 08:50
Compare
Choose a tag to compare
  • 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

26 Oct 10:27
Compare
Choose a tag to compare
  • 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