Metadata

<reminders>
 
       	 <reminder id="1" delivery-offset="DO1">
           <delivery-time>
             <seconds>93660</seconds>
           </delivery-time>
            
      or...
      
           <delivery-time>
             <mapped-delivery-time>
               <wdo-attribute  wdo-name="CaseWDO" 
                               name="caseID"/>
             </mapped-delivery-time>
           </delivery-time>
      ...
           <notification delivery-mechanism="DM1">
              ...standard notification metadata
           </notification>
         </reminder>

       </reminders>
reminders
This is optional and encapsulates all reminder tags for the deadline.
reminder
This contains all reminder metadata for the deadline including the associated notification metadata.
delivery-offset
This refers to a value from the codetable ReminderDeliveryOffset indicating what the seconds or mapped-delivery-time will be offset from. In the case of a deadline, it is offset from the deadline expiry time. This is the currently the only offset supported.
delivery-time
This contains either the seconds or mapped-delivery-time tag depending on which has been specified.
seconds
This tag represents the seconds prior to the deadline expiry time that the reminder will be sent.
mapped-delivery-time
This tag represents a workflow data object containing the seconds prior to the deadline expiry time that the reminder will be sent.