Skip to content

Commit

Permalink
Merge pull request #38 from DUNE-DAQ/glm/no_reorder
Browse files Browse the repository at this point in the history
don't reorder action steps
  • Loading branch information
eflumerf authored Aug 28, 2024
2 parents fe03217 + 6234e59 commit 6376d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/confmodel/dunedaq.schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

<class name="ActionPlan" description="A set of parallel steps for an application to carry out a command">
<relationship name="fsm" class-type="FSMCommand" low-cc="one" high-cc="one" is-composite="no" is-exclusive="no" is-dependent="no"/>
<relationship name="steps" class-type="ActionStep" low-cc="zero" high-cc="many" is-composite="no" is-exclusive="no" is-dependent="no" ordered="yes"/>
<relationship name="steps" class-type="ActionStep" low-cc="zero" high-cc="many" is-composite="no" is-exclusive="no" is-dependent="no" ordered="no"/>
</class>

<class name="ActionStep">
Expand Down

0 comments on commit 6376d2f

Please sign in to comment.