-
Notifications
You must be signed in to change notification settings - Fork 8
Architecture
Santiago Rodriguez Garcia edited this page Aug 19, 2019
·
1 revision
The Planner architecture is the following:
The Planner is composed of three main components:
- Rest API module: responsible for exposing the operations that planner can perform.
- WorkFlow Manager: component that controls the sequence of the steps required in the test plans management: scheduling, database updates, third party systems invocations, etc.
- Scheduler: component that controls which test plan can be executed and which ones should be delayed.
The flow is detailed in Planner Workflow