{{step-timing}}

The {{step-timing}} tag is used to provide information about the timing of a single workflow step.

Attributes

value

Optional: no

Permitted Values: duration, deadline

Comment: This attribute defines what this tag produces.

Examples

The following template excerpt:

This step expires in {{step-timing value="duration"}}, that is, on: {{step-timing value="deadline"}}.

produces:

This step expires in 10 minutes, that is, on: Wednesday, September 10, 2002 6:12:35 PM PDT.

Back to top