Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NinjaRocks authored Sep 8, 2024
1 parent 0970c4a commit 22396c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ Simple Workflow framework in .Net
![Abscus.Design](images/abscus.design.png)

### Concept
- `Workflow Template` defines a sequence of task and transtions linked to an entity of interest.
- `Workflow Template` defines a sequence of tasks linked to an action on entity of interest.
- `Task` is an unit of work that needs to be completed and can have an outcome associated upon completion.
- `Workflow Instance` is actual execution of workflow template triggered by an action on the instance of associated entity. Instance persists the current state of the workflow for the entity instance.
- Sequences of Tasks could be configured with multiple `transitions` with triggers driving different levels of branching.
- Tasks could be `triggered` by `outcomes` of previous task or an `action` on the workflow associated entity.
### Example Workflow
![Abscus.Example](images/abscus.example.png)

### Implementation
For implementation - Please visit wiki pages for details.

0 comments on commit 22396c6

Please sign in to comment.