prooph / link

Automated Workflow Processing
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Organize tasks on basis of a priority #23

Open codeliner opened 9 years ago

codeliner commented 9 years ago

In the UI tasks should be ordered by priority. This allows reordering of tasks by switching priority and it enables connectors to create additional tasks that should be run before or after the connector.

Based on the rules above the UI can group tasks and should make sure that always the complete task group is reordered. Also tasks with a priority greater than 100.000 should not be included in reordering.

codeliner commented 9 years ago

Belongs to #25