File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -372,6 +372,9 @@ $graph:
372372 [SubworkflowFeatureRequirement](#SubworkflowFeatureRequirement) must be
373373 specified in the workflow or workflow step requirements.
374374
375+ It is a fatal error if a workflow directly or indirectly invokes itself as
376+ a subworkflow (recursive workflows are not allowed).
377+
375378 fields :
376379 - name : id
377380 type : string
Original file line number Diff line number Diff line change @@ -378,6 +378,9 @@ $graph:
378378 [SubworkflowFeatureRequirement](#SubworkflowFeatureRequirement) must be
379379 specified in the workflow or workflow step requirements.
380380
381+ It is a fatal error if a workflow directly or indirectly invokes itself as
382+ a subworkflow (recursive workflows are not allowed).
383+
381384 fields :
382385 - name : id
383386 type : string
You can’t perform that action at this time.
0 commit comments