Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Serverless Integrations
  • Comparison with other Yandex Cloud services
    • All guides
        • Overview
          • Switch
          • Foreach
          • While
          • Parallel
          • No op
          • Fail
          • Success
          • Wait
        • Configuring a retry policy for a workflow
        • Configuring an error transition rule
    • Viewing operations with service resources
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Public materials
  • Release notes
  1. Step-by-step guides
  2. Workflows
  3. Workflow step constructor
  4. Control steps
  5. Wait

Adding the Wait step

Written by
Yandex Cloud
Updated at July 2, 2025

The Wait control step suspends the execution of the workflow for a specified time interval or until a specified timestamp is reached. If the specified time interval is negative or zero, or the specified timestamp is already reached, this step will end immediately.

Management console
  1. When creating a new workflow or editing an existing one, in the management console, under Create workflow / Edit workflow, select Constructor.

  2. From the Control steps section on the left side of the screen, drag the Wait element to the relevant workflow location in the constructor window.

    You can drag and drop steps into areas marked by the dotted line in the workflow schema, such as Add a step, etc.

  3. In the workflow schema window, click the new Wait section to select it.

  4. At the right of the window, on the Settings tab.

    1. In the Step name field, enter a name for the workflow step.

    2. Under Waiting, select:

      • Time interval to specify wait duration in seconds. Specify the required value in the Waiting time, s field.
      • Timestamp to wait for a particular point in time. In the Timestamp field, enter the required time point in ISO 8601 format or locate the required date using the interactive calendar .

      To get wait duration or timestamp from the workflow state, enable the Use templating option and specify a template in jq format in the Template field. For more information, see Templating.

See alsoSee also

  • YaWL specification
  • Creating a workflow using the constructor
  • Updating a workflow

Was the article helpful?

Previous
Success
Next
Configuring a retry policy for a workflow
© 2025 Direct Cursus Technology L.L.C.