Wait Until Datetime

Pauses execution until the date and time that was specified in the plabyook input is reached.

Common Playbooks · 9 tasks · 1 input · 0 outputs

Inputs

  • DatetimeToWaitUntil — The date and time to wait until before finishing the playbook. Should be in ISO-8601 format. For example: 2019-11-13T15:33:10.314406457Z

Flowchart

yes Future Start Start Were a future date and time configured? Were a future date and ti... No Future Datetime No Future Datetime For when is the datetime specified? For when is the datetime ... Calculate time to wait - CalculateTimeDifference Calculate time to wait CalculateTimeDifference Wait the time needed - Sleep Wait the time needed Sleep Continue Continue Get current time - GetTime Get current time GetTime Set the from-time to the current time - Set Set the from-time to the ... Set