{current_step} Merge Tag

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

ModifierDescriptionExample
:durationDisplays the duration of the current step{current_step:duration}
:expirationDisplays the expiration of the current step{current_step:expiration}
:IDDisplays the ID of the current step{current_step:ID}
:nameDisplays the name of the current step{current_step:name}
:scheduleDisplays the schedule of the current step{current_step:schedule}
:startDisplays the start time of the current step{current_step:start}
:typeDisplays the type of the current step{current_step:type}
:due_dateWhen a step due date has been specified, this will return the due date{current_step:due_date}
:due_statusReturns “Pending” or “Overdue” when compared to the due date if it has been set{current_step:due_status}