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 22396c6 commit aa809cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ Simple Workflow framework in .Net
- `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.
- Sequences of Tasks could be configured as multiple `transitions` with triggers driving transitions at different levels of branching.
- Tasks could be `triggered` by an `outcome` of previous task or a `domain event` on the workflow associated entity.

### Example Workflow
![Abscus.Example](images/abscus.example.png)

Expand Down

0 comments on commit aa809cd

Please sign in to comment.