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:
372
372
[SubworkflowFeatureRequirement](#SubworkflowFeatureRequirement) must be
373
373
specified in the workflow or workflow step requirements.
374
374
375
+ It is a fatal error if a workflow directly or indirectly invokes itself as
376
+ a subworkflow (recursive workflows are not allowed).
377
+
375
378
fields :
376
379
- name : id
377
380
type : string
Original file line number Diff line number Diff line change @@ -378,6 +378,9 @@ $graph:
378
378
[SubworkflowFeatureRequirement](#SubworkflowFeatureRequirement) must be
379
379
specified in the workflow or workflow step requirements.
380
380
381
+ It is a fatal error if a workflow directly or indirectly invokes itself as
382
+ a subworkflow (recursive workflows are not allowed).
383
+
381
384
fields :
382
385
- name : id
383
386
type : string
You can’t perform that action at this time.
0 commit comments