issues
search
prooph
/
link
Automated Workflow Processing
BSD 3-Clause "New" or "Revised" License
13
stars
1
forks
source link
Refactor task creation / edit process
#25
Open
codeliner
opened
9 years ago
codeliner
commented
9 years ago
Creating a task should always start with choosing a connector
The task configuration is delegated to the connector tag
The process manager should only provide communication methods:
get previous task
get all tasks
get/set task type
get/set ginger type
get/set metadata
get task group (including finally tasks of the group)
add new task to group with priority (1 - 49 || 51 - 99)
add new task to finally group with priority (100 - 199)
remove task (only allowed for tasks of the same task group and not for the current one)
The process manager is responsible for the actions:
create, update, delete main task
reorder tasks