Follow on Google News News By Tag Industry News News By Place Country(s) Industry News
Follow on Google News | Activity Factory Workflow ExampleActivity Factory Supports various workflow options. Forks Forks occur when two processes need to happen at the same time. Branches / Branch Branching occurs when two logical courses of action are required. Interaction Activity 3 might be a loan application, if the loan amount exeeds 50,000 then Interaction 4 and Interaction 5 needs to happen. (Approvals from two loan officers.) Merge Merges occur when branches (Interaction 4 and 5) need to be finished before the next Interaction can be executed. Join Join occur when two asynchronous threads end up with the same results (Interaction 2 and Interaction 3 both closed with Interaction 6, possibly a user notification action) Workflow Interaction (Actions) Activity Factory Refers to workflow actions as Interactions. Interactions may be user interfaces for inputs (such as forms) or outputs (such as notifications or data displays). Interactions may also be of SYSTEM type, which do database inserts and database retrievals. End
|
|