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 3: Line 3:
 
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:
 
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
+
   RUNNING --> FAILURE
   RUNNING --> SUSPENDING
+
   RUNNING -r-> SUSPENDING
 +
  SUCCESS --> RUNNING
 +
  FAILURE --> RUNNING
 +
  FAILURE -r-> REVERTING
 
   REVERTING --> REVERTED
 
   REVERTING --> REVERTED
 +
  REVERTING --> FAILURE
 
   REVERTING --> SUSPENDING
 
   REVERTING --> SUSPENDING
   REVERTED --> FAILURE
+
   REVERTED --> RUNNING
 
   SUSPENDING -u-> SUSPENDED
 
   SUSPENDING -u-> SUSPENDED
 
   SUSPENDING --> SUCCESS
 
   SUSPENDING --> SUCCESS
 
   SUSPENDING --> FAILURE
 
   SUSPENDING --> FAILURE
 +
  SUSPENDING --> REVERTED
 
   SUSPENDED --> RUNNING
 
   SUSPENDED --> RUNNING
 
   SUSPENDED --> REVERTING
 
   SUSPENDED --> REVERTING
 
   RESUMING --> SUSPENDED
 
   RESUMING --> SUSPENDED
  SUCCESS --> RUNNING
 
  FAILURE --> RUNNING
 

Revision as of 13:06, 7 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 --> FAILURE
 RUNNING -r-> SUSPENDING
 SUCCESS --> RUNNING
 FAILURE --> RUNNING
 FAILURE -r-> REVERTING
 REVERTING --> REVERTED
 REVERTING --> FAILURE
 REVERTING --> SUSPENDING
 REVERTED --> RUNNING
 SUSPENDING -u-> SUSPENDED
 SUSPENDING --> SUCCESS
 SUSPENDING --> FAILURE
 SUSPENDING --> REVERTED
 SUSPENDED --> RUNNING
 SUSPENDED --> REVERTING
 RESUMING --> SUSPENDED

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.