github.com/kubevela/workflow@v0.6.0/controllers/testdata/multi-suspend.yaml (about)

     1  
     2  apiVersion: core.oam.dev/v1beta1
     3  kind: WorkflowStepDefinition
     4  metadata:
     5    name: multi-suspend
     6    namespace: vela-system
     7  spec:
     8    schematic:
     9      cue:
    10        template: |
    11          import (
    12          	"vela/op"
    13          )
    14          suspend1: op.#Suspend & {}
    15          suspend2: op.#Suspend & {}