Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Documentation
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rachael Hu
Documentation
Commits
6e52ef8d
Commit
6e52ef8d
authored
May 16, 2016
by
Tom Laudeman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak formatting
parent
2a7a1d7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Workflow Engine.md
Specifications/Workflow Engine.md
+4
-0
No files found.
Specifications/Workflow Engine.md
View file @
6e52ef8d
...
...
@@ -84,7 +84,9 @@ Below is a flow chart in lovely ascii graphics
#### From the state table we glean that there is one test:
```
data-empty
```
This test returns true if the submitted data is empty. There are two likely places to put this test function:
...
...
@@ -95,9 +97,11 @@ This test returns true if the submitted data is empty. There are two likely plac
#### There are three workers:
```
save-data
data-empty-message
confirm-message
```
Worker save-data saves "the data", whatever that entails. Worker data-empty-message puts an "empty data"
message into the user message that will eventually be shown to the user in the UI. Worker confirm-message puts
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment