@@ -104,22 +104,22 @@ Upon completion, the history of the function shown earlier looks something like
104
104
105
105
| PartitionKey (InstanceId) | EventType | Timestamp | Input | Name | Result | Status |
106
106
| ----------------------------------| -----------------------| ----------| --------------------------| -------| ------------------| -----------------------------------------------------------|
107
- | eaee885b | OrchestratorStarted | 2017-05-05T18:45:32.362Z | | | | |
108
107
| eaee885b | ExecutionStarted | 2017-05-05T18:45:28.852Z | null | E1_HelloSequence | | |
108
+ | eaee885b | OrchestratorStarted | 2017-05-05T18:45:32.362Z | | | | |
109
109
| eaee885b | TaskScheduled | 2017-05-05T18:45:32.670Z | | E1_SayHello | | |
110
110
| eaee885b | OrchestratorCompleted | 2017-05-05T18:45:32.670Z | | | | |
111
- | eaee885b | OrchestratorStarted | 2017-05-05T18:45:34.232Z | | | | |
112
111
| eaee885b | TaskCompleted | 2017-05-05T18:45:34.201Z | | | """Hello Tokyo!""" | |
112
+ | eaee885b | OrchestratorStarted | 2017-05-05T18:45:34.232Z | | | | |
113
113
| eaee885b | TaskScheduled | 2017-05-05T18:45:34.435Z | | E1_SayHello | | |
114
114
| eaee885b | OrchestratorCompleted | 2017-05-05T18:45:34.435Z | | | | |
115
- | eaee885b | OrchestratorStarted | 2017-05-05T18:45:34.857Z | | | | |
116
115
| eaee885b | TaskCompleted | 2017-05-05T18:45:34.763Z | | | """Hello Seattle!""" | |
116
+ | eaee885b | OrchestratorStarted | 2017-05-05T18:45:34.857Z | | | | |
117
117
| eaee885b | TaskScheduled | 2017-05-05T18:45:34.857Z | | E1_SayHello | | |
118
118
| eaee885b | OrchestratorCompleted | 2017-05-05T18:45:34.857Z | | | | |
119
- | eaee885b | OrchestratorStarted | 2017-05-05T18:45:35.032Z | | | | |
120
119
| eaee885b | TaskCompleted | 2017-05-05T18:45:34.919Z | | | """Hello London!""" | |
121
- | eaee885b | ExecutionCompleted | 2017-05-05T18:45:35.044Z | | | " [ ""Hello Tokyo!"",""Hello Seattle!"",""Hello London!"" ] " | Completed |
120
+ | eaee885b | OrchestratorStarted | 2017-05-05T18:45:35.032Z | | | | |
122
121
| eaee885b | OrchestratorCompleted | 2017-05-05T18:45:35.044Z | | | | |
122
+ | eaee885b | ExecutionCompleted | 2017-05-05T18:45:35.044Z | | | "[ ""Hello Tokyo!"",""Hello Seattle!"",""Hello London!""] " | Completed |
123
123
124
124
A few notes on the column values:
125
125
0 commit comments