Skip to content

Commit aad9664

Browse files
authored
Merge pull request #87496 from KranthiPakala-MSFT/patch-16
(AzureCXP) fixes #38329 & #38330
2 parents ca58dd1 + e224cd6 commit aad9664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/control-flow-system-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ These system variables can be referenced anywhere in the trigger JSON if the tri
3434

3535
| Variable Name | Description |
3636
| --- | --- |
37-
| @trigger().scheduledTime |Time when the trigger was scheduled to invoke the pipeline run. For example, for a trigger that fires every 5 min, this variable would return `2017-06-01T22:20:00Z`, `2017-06-01T22:25:00Z`, `2017-06-01T22:29:00Z` respectively.|
38-
| @trigger().startTime |Time when the trigger **actually** fired to invoke the pipeline run. For example, for a trigger that fires every 5 min, this variable might return something like this `2017-06-01T22:20:00.4061448Z`, `2017-06-01T22:25:00.7958577Z`, `2017-06-01T22:29:00.9935483Z` respectively. (Note: The timestamp is by default in ISO 8601 format)|
37+
| @trigger().scheduledTime |Time when the trigger was scheduled to invoke the pipeline run. For example, for a trigger that fires every 5 min, this variable would return `2017-06-01T22:20:00Z`, `2017-06-01T22:25:00Z`, `2017-06-01T22:30:00Z` respectively.|
38+
| @trigger().startTime |Time when the trigger **actually** fired to invoke the pipeline run. For example, for a trigger that fires every 5 min, this variable might return something like this `2017-06-01T22:20:00.4061448Z`, `2017-06-01T22:25:00.7958577Z`, `2017-06-01T22:30:00.9935483Z` respectively. (Note: The timestamp is by default in ISO 8601 format)|
3939

4040
## Tumbling Window Trigger scope
4141
These system variables can be referenced anywhere in the trigger JSON if the trigger is of type: "TumblingWindowTrigger."

0 commit comments

Comments
 (0)