version: "1"
action7:
action: <action_name>
next: joinElement
action8:
action: <action_name>
next: joinElement
joinElement:
join:
type: all
next: action10
action10:
action: <action_name>
next: flow_end
注: アクションを
next: アクションとして割り当てると、以前のアクションにループ バックできます。たとえば、この例では
next: flow_end ではなく
next: action1 を入力して、action1 を再実行し、一連のアクションを再起動できます。
|