Tokens for Wait for Entry Change Activity

This activity produces the following tokens:

Tokens
Name Description Sample Syntax
Initially Satisfied The token returns "True" if the wait condition was initially satisfied. %(WaitforEntryChange_Initially Satisfied)
Duration How long it took the wait condition to be satisfied. %(WaitforEntryChange_Duration)
Event Id The event ID number for the wait condition being satisfied. %(WaitforEntryChange_Event ID)
User Name The user who satisfied the wait condition.* %(WaitforEntryChange_User)
User SID The SID (Security Identifier) of the user who satisfied the activity's wait condition.* %(WaitforEntryChange_User SID)

The "WaitforEntryChange" portion of the syntax changes to match the activity's name.

Note: All non-alphanumeric characters, except underscores, are removed from the name. For example, if you rename the activity "Wait for (Approval)", the syntax for the Event Id token will be "%(WaitforApproval_Event Id)".

*When a wait condition is satisfied, two tokens are created that indicate who satisfied the condition (User Name and User SID). However, in the unlikely event that two users make changes to the entry within a short time period, the tokens indicate the user who made the changes that caused the wait condition to be evaluated, not necessarily the user who made the changes that caused the wait condition to be satisfied.