いくつかのパスが結合して同じ出力に寄与する複数の拡張性アクション スクリプトやアクション フロー。
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 を再実行し、一連のアクションを再起動できます。
|
結合要素 |