Skip to content

Commit 05c11fa

Browse files
author
Peter Amstutz
committed
Add note that recursive subworkflows is not allowed.
1 parent 0477abc commit 05c11fa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

v1.0/Workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

v1.1.0-dev1/Workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)