diff --git a/config/alfresco/workflow/hybrid-adhoc.bpmn20.xml b/config/alfresco/workflow/hybrid-adhoc.bpmn20.xml index 6abe3df4ef..1324dab4a8 100644 --- a/config/alfresco/workflow/hybrid-adhoc.bpmn20.xml +++ b/config/alfresco/workflow/hybrid-adhoc.bpmn20.xml @@ -29,6 +29,7 @@ if (typeof bpm_workflowDueDate != 'undefined') task.dueDate = bpm_workflowDueDate if (typeof bpm_workflowPriority != 'undefined') task.priority = bpm_workflowPriority; task.setVariableLocal('bpm_reassignable', false); + task.setVariableLocal('bpm_packageActionGroup', ''); diff --git a/config/alfresco/workflow/hybrid-review.bpmn20.xml b/config/alfresco/workflow/hybrid-review.bpmn20.xml index d38e304339..d3dc353146 100644 --- a/config/alfresco/workflow/hybrid-review.bpmn20.xml +++ b/config/alfresco/workflow/hybrid-review.bpmn20.xml @@ -42,6 +42,7 @@ if (typeof bpm_workflowDueDate != 'undefined') task.dueDate = bpm_workflowDueDate; if (typeof bpm_workflowPriority != 'undefined') task.priority = bpm_workflowPriority; task.setVariableLocal('bpm_reassignable', false); + task.setVariableLocal('bpm_packageActionGroup', '');