implementing workflow on tasks

This commit is contained in:
2018-04-25 15:35:52 +02:00
parent 4fe9c4296e
commit c99583b665
13 changed files with 429 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
services:
Chill\TaskBundle\Templating\TaskTwigExtension:
arguments:
$taskWorkflowManager: '@Chill\TaskBundle\Workflow\TaskWorkflowManager'
tags:
- { name: 'twig.extension' }

View File

@@ -1,2 +1,6 @@
services:
Chill\TaskBundle\Workflow\TaskWorkflowManager: ~
Chill\TaskBundle\Workflow\TaskWorkflowManager: ~
Chill\TaskBundle\Workflow\Definition\DefaultTaskDefinition:
tags:
- { name: 'chill_task.workflow_definition' }