Skip to content

Commit

Permalink
docs(variables): state that workflow.duration is reported in seconds (#…
Browse files Browse the repository at this point in the history
…12254)

Signed-off-by: Ryan Currah <ryan@currah.ca>
(cherry picked from commit c56121c)
  • Loading branch information
ryancurrah authored and agilgur5 committed May 4, 2024
1 parent ce6501d commit a87698d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ For `Template`-level metrics:
| `workflow.creationTimestamp.<STRFTIMECHAR>` | Creation time-stamp formatted with a [`strftime`](http://strftime.org) format character. |
| `workflow.creationTimestamp.RFC3339` | Creation time-stamp formatted with in RFC 3339. |
| `workflow.priority` | Workflow priority |
| `workflow.duration` | Workflow duration estimate, may differ from actual duration by a couple of seconds |
| `workflow.duration` | Workflow duration estimate in seconds, may differ from actual duration by a couple of seconds |
| `workflow.scheduledTime` | Scheduled runtime formatted in RFC 3339 (only available for `CronWorkflow`) |

### Exit Handler
Expand Down

0 comments on commit a87698d

Please sign in to comment.