Deployment Manager 6 - Add a wait step that delays the pipeline before the next task executes

We are using Deployment Manager 6 and need to add a wait mechanism inside a pipeline stage so that an action pauses execution for 24 hours before the next task runs automatically.

What is the supported or recommended approach in DM6 to implement a long wait or delay between tasks?

Our requirement is:

  • Task A completes
  • Pipeline waits (e.g., 24–48 hours)
  • Then Task B executes automatically
  • No manual intervention