mistral/mistral/tests/resources/retry_task/sync_task.yaml

18 lines
315 B
YAML

Namespaces:
MyService:
actions:
sync-action:
class: std.echo
base-parameters:
output: Cheers!
output:
greeting: $
Workflow:
tasks:
sync-task:
action: MyService.sync-action
retry:
count: 5
publish:
st_output: $.greeting