Skip to main content
Schedule Workflow creates a future child run and completes without waiting for that run to execute.

Inputs

The scheduled child workflow can read the payload through Data from Trigger. This action has no result output because it does not wait for the future run.
Date & Time must be at least 10 seconds in the future when this action executes. A date too close to the present fails with Date must be in the future.
Scheduling confirms that the run was queued, not that it eventually succeeded. Use a project variable, email, or another durable side effect in the child workflow when completion must be observable.