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
2a7a1d7f
Commit
2a7a1d7f
authored
May 16, 2016
by
Tom Laudeman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak formatting
parent
0ec62d67
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
Workflow Engine.md
Specifications/Workflow Engine.md
+8
-3
No files found.
Specifications/Workflow Engine.md
View file @
2a7a1d7f
...
...
@@ -86,7 +86,12 @@ Below is a flow chart in lovely ascii graphics
data-empty
It must return true if the submitted data is empty.
This test returns true if the submitted data is empty. There are two likely places to put this test function:
1) In a thin-API existing only to integrate the workflow with the API
2) In the API being integrated with the workflow.
#### There are three workers:
...
...
@@ -94,8 +99,8 @@ save-data
data-empty-message
confirm-message
Worker save-data
must save "the data", whatever that entails. Worker data-empty-message put
an "empty data"
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
a
saved data
confirmation message into the user message.
a
"saved data"
confirmation message into the user message.
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