summaryrefslogtreecommitdiff
path: root/devel/requirements/3b_runner.xml
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-10 18:57:30 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-10 18:57:30 -0500
commit00b4f6f5878635edc136094f4c0ee9011dfb1a13 (patch)
tree971fa82b73aefeede30b7de1241c8b10d51461cf /devel/requirements/3b_runner.xml
parent32403c6ab8738ab3e973cc86ccd1d32c24dd5fa9 (diff)
downloadhorizon-00b4f6f5878635edc136094f4c0ee9011dfb1a13.tar.gz
horizon-00b4f6f5878635edc136094f4c0ee9011dfb1a13.tar.bz2
horizon-00b4f6f5878635edc136094f4c0ee9011dfb1a13.tar.xz
horizon-00b4f6f5878635edc136094f4c0ee9011dfb1a13.zip
req: Start on Horizon.Execute; describe Listening Agent
Diffstat (limited to 'devel/requirements/3b_runner.xml')
-rw-r--r--devel/requirements/3b_runner.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/devel/requirements/3b_runner.xml b/devel/requirements/3b_runner.xml
index 2391f54..a8c9b25 100644
--- a/devel/requirements/3b_runner.xml
+++ b/devel/requirements/3b_runner.xml
@@ -84,14 +84,19 @@
<title>Execute HorizonScript</title>
<section id="runner_execute_meta">
<title>Description / Priority</title>
- <para/>
+ <para>The system executes the instructions provided in the HorizonScript, in the specified order. The system reports progress, and all warnings and errors, to the listening agent. Once the system has finished, it reports the completion status to the listening agent.</para>
</section>
<section id="runner_execute_req">
<title>Functional Requirements</title>
- <formalpara>
- <title/>
- <para/>
+ <formalpara id="Runner.Execute">
+ <title>Runner.Execute</title>
+ <para>The system shall execute the instructions provided in the HorizonScript in the order described.</para>
</formalpara>
+ <formalpara id="Runner.Execute.Exception">
+ <title>Runner.Execute.Exception</title>
+ <para>The system shall report any exception encountered during execution to the listening agent, following the specification in <xref linkend="runner_agent"/>.</para>
+ </formalpara>
+
</section>
</section>
</section>