Wait Workflow Block
5 min
the wait workflow block waits for a condition specified in the workflow block to become true, or for a timer to expire by default, exit ports for this block allow for separate workflow paths for these events defining parameters and conditions from the design form interrupts the wait workflow block execution wait workflow block properties the timeout behavior is as follows if value based timer (such as duration) is specified by values days == null && hours == null && minutes == null, then infinite timeout or never times out days = 0 && hours = 0 && minutes = 0, then immediately times out and timeout exit is used days > 0 && hours > 0 && minutes > 0, then combined value is set as the timeout and exit timeout is used when the time passes the maximum number of days allowed is 30, if it exceeds 30, a validation error is displayed if field based timer fieldvalue == null, then infinite timeout or never times out fieldvalue <= utcnow, then immediately times out and timeout exit used fieldvalue > utcnow, then combined value is set as the timeout and exit timeout is used when the time passes exit ports you can define additional exit ports under the exits configuration tab see exits configuration docid 2fjnujhoknltftirnvqqg exit port description ok continue to the next block timed out general exit port for a failed integration action a logical next step is to trigger a notification properties property description title a unique name for the workflow block timeout field the due date is generated relative to the field selected from the drop down list duration defines the due date according to the interval defined in the days , hrs (hours), and mins (minutes) fields wait conditions and / or the child filter condition field the operand select from the drop down list operator an additional operator select from the drop down list value adds a value depending on the child business object, this can be a drop down list or calendar selection actions button action adds an expression to the workflow block removes an expression from the list save commits your settings cancel exits without saving
