Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Scheduling a Flow to Wait

Jonjo edited this page Jun 15, 2016 · 1 revision

Scheduling a Flow to Wait

There are two ways to schedule a flow to wait - the first is by specifying a relative amount of time to wait for (e.g. 2 hours), and the second is by specifying an absolute date and time (e.g. 18/05/2015 10:43am).

Relative

The date parser for scheduling relative waits supports the syntax listed on this page (so almost anything you can think of!).

  1. Create a new Value of type String, give it a name, e.g. Time to Wait and give it Private access
  2. Create a Message Element
  3. Type a Name to identify your element, e.g. Schedule a Wait
  4. Click New
  5. Select the Timer service created previously
  6. Select the Wait: Relative message action
  7. Name your message action and click the Edit action next to the Schedule input. Finally select the value you created previously.
  8. Save everything

Absolute

  1. Create a new Value of type DateTime, give it a name, e.g. Time to Wait and give it Private access
  2. Create a Message Element
  3. Type a Name to identify your element, e.g. Schedule a Wait
  4. Click New
  5. Select the Timer service created previously
  6. Select the Wait: Absolute message action
  7. Name your message action and click the Edit action next to the Schedule input. Finally select the value you created previously.
  8. Save everything
Clone this wiki locally