Description
The current step supports the following modifiers: duration (time), expiration (date/time), ID, name (default), schedule (date/time), start (date/time) and type.
Usage
Modifier | Description | Example |
---|---|---|
:duration | Displays the duration of the current step | {current_step:duration} |
:expiration | Displays the expiration of the current step | {current_step:expiration} |
:ID | Displays the ID of the current step | {current_step:ID} |
:name | Displays the name of the current step | {current_step:name} |
:schedule | Displays the schedule of the current step | {current_step:schedule} |
:start | Displays the start time of the current step | {current_step:start} |
:type | Displays the type of the current step | {current_step:type} |
:due_date | When a step due date has been specified, this will return the due date | {current_step:due_date} |
:due_status | Returns “Pending” or “Overdue” when compared to the due date if it has been set | {current_step:due_status} |