Skip to content

Commit e4942c1

Browse files
authored
Update README.md
Signed-off-by: Najaf Shaikh <ns4mail@gmail.com>
1 parent 3c40377 commit e4942c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Simple Workflow framework in .Net
1616
- `Task` is an unit of work that needs to be completed and can have an outcome associated upon completion.
1717
- `Workflow Instance` is actual execution of workflow template triggered by an event on the instance of associated entity. Instance persists the current state of the workflow for the entity instance.
1818
- Sequences of Tasks could be configured as multiple `transitions` with triggers driving transitions at different levels of branching.
19-
- Tasks could be `triggered` by an `outcome` of previous task or a `domain event` on the workflow associated entity.
19+
- Tasks could be `triggered` by an `outcome` of previous task on the transition and could have `delayed` or `immediate` processing of transition.
2020

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

0 commit comments

Comments
 (0)