Skip to content

Commit 8b89168

Browse files
author
ecfan
committed
Fix data types
1 parent 57e7ace commit 8b89168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/add-run-csharp-scripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,8 @@ Represents the result from a workflow operation.
529529
| **Name** | String | Gets or sets the operation name. |
530530
| **Inputs** | JToken | Gets or sets the operation execution inputs. |
531531
| **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. |
534534
| **OperationTrackingId** | String | Gets or sets the operation tracking ID. |
535535
| **Code** | String | Gets or sets the status code for the action. |
536536
| **Status** | String | Gets or sets the status for the action. |

0 commit comments

Comments
 (0)