From 00b4f6f5878635edc136094f4c0ee9011dfb1a13 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 10 Sep 2019 18:57:30 -0500 Subject: req: Start on Horizon.Execute; describe Listening Agent --- devel/requirements/3b_runner.xml | 13 +++++++++---- devel/requirements/4_interface.xml | 6 +++--- 2 files changed, 12 insertions(+), 7 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 @@ Execute HorizonScript
Description / Priority - + 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.
Functional Requirements - - - <para/> + <formalpara id="Runner.Execute"> + <title>Runner.Execute + The system shall execute the instructions provided in the HorizonScript in the order described. + + Runner.Execute.Exception + The system shall report any exception encountered during execution to the listening agent, following the specification in . + +
diff --git a/devel/requirements/4_interface.xml b/devel/requirements/4_interface.xml index aca034c..9d3330b 100644 --- a/devel/requirements/4_interface.xml +++ b/devel/requirements/4_interface.xml @@ -97,8 +97,8 @@ -
- UI to Runner Interface - +
+ Runner Listening Agent Interface + The Horizon Runner Listening Agent Interface is the interface used to communicate progress. The Horizon Runner will send messages to the Listening Agent using the interface defined here to note status messages, step completion, and any exceptions that occur during execution. The Listening Agent may be an external application (such as the Horizon UI), a logging system, or even a serial port or TTY monitored by the user. For this reason, automated parsing is a higher priority than sapient parsing, but sapient parsing still must be considered.
-- cgit v1.2.3-60-g2f50