@@ -9,13 +9,14 @@ List Workflow Executions
99------------------------
1010
1111 $ simpleflow workflow.list TestDomain
12+ Workflow ID Workflow Type Status
1213 basic-example-1438722273 basic OPEN
1314
1415
1516Workflow Execution Status
1617-------------------------
1718
18- $ simpleflow --header workflow.info TestDomain basic-example-1438722273
19+ $ simpleflow workflow.info TestDomain basic-example-1438722273
1920 domain workflow_type.name workflow_type.version task_list workflow_id run_id tag_list execution_time input
2021 TestDomain basic example basic-example-1438722273 22QFVi362TnCh6BdoFgkQFlocunh24zEOemo1L12Yl5Go= 1.70 {'args': [1], 'kwargs': {}}
2122
@@ -25,11 +26,11 @@ Tasks Status
2526
2627You can check the status of the workflow execution with:
2728
28- $ simpleflow --header workflow.tasks DOMAIN WORKFLOW_ID [RUN_ID] --nb-tasks 3
29- $ simpleflow --header workflow.tasks TestDomain basic-example-1438722273
29+ $ simpleflow workflow.tasks DOMAIN WORKFLOW_ID [RUN_ID] --nb-tasks 3
30+ $ simpleflow workflow.tasks TestDomain basic-example-1438722273
3031 Tasks Last State Last State Time Scheduled Time
3132 examples.basic.increment scheduled 2015-08-04 23:04:34.510000 2015-08-04 23:04:34.510000
32- $ simpleflow --header workflow.tasks TestDomain basic-example-1438722273
33+ $ simpleflow workflow.tasks TestDomain basic-example-1438722273
3334 Tasks Last State Last State Time Scheduled Time
3435 examples.basic.double completed 2015-08-04 23:06:19.200000 2015-08-04 23:06:17.738000
3536 examples.basic.delay completed 2015-08-04 23:08:18.402000 2015-08-04 23:06:17.738000
@@ -41,7 +42,7 @@ Profiling
4142
4243You can profile the execution of the workflow with:
4344
44- $ simpleflow --header workflow.profile TestDomain basic-example-1438722273
45+ $ simpleflow workflow.profile TestDomain basic-example-1438722273
4546 Task Last State Scheduled Time Scheduled Start Time Running End Percentage of total time
4647 activity-examples.basic.double-1 completed 2015-08-04 23:06 0.07 2015-08-04 23:06 1.39 2015-08-04 23:06 1.15
4748 activity-examples.basic.increment-1 completed 2015-08-04 23:04 102.20 2015-08-04 23:06 0.79 2015-08-04 23:06 0.65
0 commit comments