The Conductor WAIT task has new features. IN the past, the WAIT task just waited - until an API call was sent to COMPLETE the task.
Now, the WAIT task completion can be set programmatically with the "duration" and "until" parameters.
With the input parameter `"duration":"2 minutes"`, the workflow pauses for 2 minutes. After the selected time has passed, the task will change status to COMPLETED, and the workflow will continue.
With `"until":"2022-08-01 09:00 PST"` the workflow will pause until 9AM PT on August 1, 2022. At this time, the task will change to COMPLETED, and the workflow will continue.
Read more on the wait task:
https://orkes.io/content/docs/referen...
If you find this useful, support us by starring our open source Conductor repo - https://github.com/conductor-oss/cond...