You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Simple Workflow framework in .Net
16
16
-`Task` is an unit of work that needs to be completed and can have an outcome associated upon completion.
17
17
-`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.
18
18
- 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.
0 commit comments