| OSEE Tasks |
|
|
|
| OSEE Review |
|
ATS Notifications |
OSEE Tasks
ATS provides the ability to decompose work in Team Workflow by using
Tasks. Tasks are related to the Team Workflows. These Tasks are built on
the same framework as the Action Tracking System and thus have many of
the same features such as State, Assignees, Notifications and etc.
Tasks can be created in a number of different ways:
- Task Tab of Workflow Editor
- Add task icon in toolbar
- If 0 Task Work Definitions are configured for team, the
default task Work Definition will be used
- If 1 Task Work Definition is configured, that will be used
- If \>1 is configured, a dialog allowing the selection will
be presented
- Import Tasks via Simple List in Gear Pulldown - This allows a
list of task names to be created/pasted and tasks created and
assigned all at once
- Import Tasks via Spreadsheet - This allows tasks to be created
on an Excel spreadsheet and then imported to any existing Team
Workflow
- Through ATS TaskSetExtension (TSE) in java code. Different event
types will run the creation as specified:
- Manual: Any manually configured TSE will show in Gear pulldown
on Workflow Editor. Selecting one will create those tasks in the
currently open Team Workflow
- OnTransition: Upon transition to the specified state, tasks will
be generated
- CreateBranch/CommitBranch: After branch is created/commited,
tasks will be created
- OnCreation: Tasks will be created when action for that team is
created
- From related workflow's Change Report changes. This is created from
java using extension points.
|
|
|
| OSEE Review |
|
ATS Notifications |