Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.formance.com/llms.txt

Use this file to discover all available pages before exploring further.

The delay stage is used to wait for a specific duration or until a specific date:
---
stages:
- delay:
    duration: 60s
---
stages:
- delay:
    # <date as rfc3339>
    until: 2023-06-01T00:00:00Z