File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -529,8 +529,8 @@ Represents the result from a workflow operation.
529
529
| ** Name** | String | Gets or sets the operation name. |
530
530
| ** Inputs** | JToken | Gets or sets the operation execution inputs. |
531
531
| ** Outputs** | JToken | Gets or sets the operation execution outputs. |
532
- | ** StartTime** | DateTime | Gets or sets the operation start time. |
533
- | ** EndTime** | DateTime | Gets or sets the operation end time. |
532
+ | ** StartTime** | DateTime? | Gets or sets the operation start time. |
533
+ | ** EndTime** | DateTime? | Gets or sets the operation end time. |
534
534
| ** OperationTrackingId** | String | Gets or sets the operation tracking ID. |
535
535
| ** Code** | String | Gets or sets the status code for the action. |
536
536
| ** Status** | String | Gets or sets the status for the action. |
You can’t perform that action at this time.
0 commit comments