st2flow
st2flow copied to clipboard
Orquesta Tasks: delay is missing from task properties
The delay property is not an option in the task properties panel.
The corresponding option in Mistral tasks is called "Wait Before"
The JSON schema for Orquesta does not include delay or wait as a task property, so this will need to be edited before delay can be added in the output.
see packs/examples/actions/workflows/orquesta-delay.yaml for an example of delay in practice. It appears to be a full string field (can be contextually derived).