Skip to content

Commit

Permalink
Merge pull request #568 from xml-project/fix-567
Browse files Browse the repository at this point in the history
Attempt to fix 567
  • Loading branch information
ndw authored Jun 6, 2024
2 parents af82f60 + c4c2d1e commit 37ccee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions step-run/src/main/xml/specification.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ can be used on <tag>p:run-input</tag> to declare whether the respective port of
executed pipeline is expected to be the primary input port. If the attribute is omitted, it
is assumed to be “<literal>false</literal>” if there are multiple <tag>p:run-input</tag> connections
and “<literal>true</literal>” if there is exactly one <tag>p:run-input</tag> connection.
<error code="C0201">It is a <glossterm>dynamic error</glossterm>
<error code="C0206">It is a <glossterm>dynamic error</glossterm>
if the dynamically executed pipeline implicitly or explicitly declares a primary input port with
a different name than implicitly or explicitly specified in the <tag>p:run</tag> invocation.</error>
Input ports of the dynamically executed pipeline that are not declared with <tag>p:run-input</tag> on
Expand Down Expand Up @@ -152,7 +152,7 @@ readable port will be connected to it if no explicit connection is provided.</pa
<para>If the pipeline has an output that is not declared on the <tag>p:run</tag> step, that output is discarded, and the
corresponding port on the <tag>p:run</tag> step does not exist. If the <tag>p:run</tag> step declares an output port that
is not provided by the pipeline, an empty sequence appears on that port.</para>
<para><error code="C0202">It is a <glossterm>dynamic error</glossterm>
<para><error code="C0207">It is a <glossterm>dynamic error</glossterm>
if the dynamically executed pipeline implicitly or explicitly declares a primary output port with
a different name than implicitly or explicitly specified in the <tag>p:run</tag> invocation.</error></para>

Expand Down

0 comments on commit 37ccee2

Please sign in to comment.