A simple with orquesta workflow does not work for me:
version: 1.0
tasks:
add_domains_to_ticket:
with:
items: "domain in {{ctx().mitigate_domains }}"
action: "core.echo message={{item(domain)}}"
input:
- mitigate_domains
- ticket: null
meta:
pack: intel
enabled: true
runner_type: orquesta
name: ticket_add_domains_mitigate
parameters:
mitigate_domains:
type: "array"
items:
type: "string"
ticket:
type: integer
entry_point: workflows/ticket_add_domains_mitigate.yaml