Jump to: navigation, search

Difference between revisions of "File:Tf flow state diagram.png"

(Ivan Melnikov uploaded a new version of "File:Tf flow state diagram.png")
Line 1: Line 1:
State diagram of TaskFlow flows, drawn with PlantUML. Source:
+
State diagram of TaskFlow flows.
 +
 
 +
The diagram were drawn using [http://plantuml.sourceforge.net/ PlantUML]. You can re-create it offline or online [http://www.plantuml.com/plantuml/form here]. Source:
  
 
   [*] --> PENDING
 
   [*] --> PENDING
 
   PENDING --> RUNNING
 
   PENDING --> RUNNING
 
   RUNNING --> SUCCESS
 
   RUNNING --> SUCCESS
   RUNNING --> REVERTING : failure
+
   RUNNING -> REVERTING
   RUNNING --> INTERRUPTED
+
   RUNNING --> SUSPENDING
  REVERTING --> INTERRUPTED
 
  INTERRUPTED -l-> RUNNING
 
  INTERRUPTED --> REVERTING
 
 
   REVERTING --> REVERTED
 
   REVERTING --> REVERTED
 +
  REVERTING --> SUSPENDING
 
   REVERTED --> FAILURE
 
   REVERTED --> FAILURE
 +
  SUSPENDING -u-> SUSPENDED
 +
  SUSPENDING --> SUCCESS
 +
  SUSPENDING --> FAILURE
 +
  SUSPENDED --> RUNNING
 +
  SUSPENDED --> REVERTING
 +
  RESUMING --> SUSPENDED
 +
  SUCCESS --> RUNNING
 +
  FAILURE --> RUNNING

Revision as of 15:40, 4 October 2013

State diagram of TaskFlow flows.

The diagram were drawn using PlantUML. You can re-create it offline or online here. Source:

 [*] --> PENDING
 PENDING --> RUNNING
 RUNNING --> SUCCESS
 RUNNING -> REVERTING
 RUNNING --> SUSPENDING
 REVERTING --> REVERTED
 REVERTING --> SUSPENDING
 REVERTED --> FAILURE
 SUSPENDING -u-> SUSPENDED
 SUSPENDING --> SUCCESS
 SUSPENDING --> FAILURE
 SUSPENDED --> RUNNING
 SUSPENDED --> REVERTING
 RESUMING --> SUSPENDED
 SUCCESS --> RUNNING
 FAILURE --> RUNNING

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current14:50, 6 November 2013Thumbnail for version as of 14:50, 6 November 2013363 × 434 (25 KB)Ivan Melnikov (talk | contribs)
13:06, 7 October 2013Thumbnail for version as of 13:06, 7 October 2013384 × 358 (22 KB)Ivan Melnikov (talk | contribs)Updated to reflect new vision.
15:22, 4 October 2013Thumbnail for version as of 15:22, 4 October 2013451 × 508 (25 KB)Ivan Melnikov (talk | contribs)Updated.
08:24, 10 September 2013Thumbnail for version as of 08:24, 10 September 2013297 × 614 (17 KB)Ivan Melnikov (talk | contribs)State diagram of TaskFlow flows, drawn with PlantUML. Source: [*] --> PENDING PENDING --> RUNNING RUNNING --> SUCCESS RUNNING --> REVERTING : failure RUNNING --> INTERRUPTED REVERTING --> INTERRUPTED INTERRUPTED -l-> RUNNING INTERRUPTE...
  • You cannot overwrite this file.

There are no pages that link to this file.