st2flow icon indicating copy to clipboard operation
st2flow copied to clipboard

Orquesta Tasks: delay is missing from task properties

Open m4dcoder opened this issue 6 years ago • 1 comments

The delay property is not an option in the task properties panel.

m4dcoder avatar Mar 11 '19 18:03 m4dcoder

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).

bmomberger-bitovi avatar Mar 19 '19 00:03 bmomberger-bitovi