name: approve id: approve setup: - act: on_completed then: - act: msg key: final steps: - name: prepare id: prepare acts: - act: irq key: init - name: pm approval id: pm_approval acts: - act: irq key: pm inputs: role_id: pm rets: pm: setup: - act: on_completed then: - act: each in: $("pm") then: - act: irq key: pm_act - act: msg key: pm_act_msg - name: gm approval id: gm_approval acts: - act: irq key: gm inputs: role_id: gm rets: gm: setup: - act: on_completed then: - act: irq key: gm_act inputs: v: ${ $("gm") } - act: each in: $("gm") then: - act: msg key: gm_act_msg