mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Workflow Service:
1) Fix bug in retrieving completed tasks for an authority - unfortunately, this is not provided OOTB by jBPM!, so extended in their recommended way 2) Support for creating a Workflow Package (a container of content that's routed through the workflow) - can create a new container or provide an existing one (e.g. a versioned folder, layered folder). Provide appropriate patch for creating workflow system folder in repository etc. 3) Collapsed WorkflowDefinitionComponent into WorkflowComponent interface git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3522 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -74,4 +74,7 @@ patch.topLevelGroupParentChildAssociationTypePatch.err.sys_path_not_found=Requir
|
||||
patch.topLevelGroupParentChildAssociationTypePatch.err.auth_path_not_found=Required authority path not found: {0}
|
||||
|
||||
patch.actionRuleDecouplingPatch.description=Migrate existing rules to the updated model where rules are decoupled from actions.
|
||||
patch.actionRuleDecouplingPatch.result=Updated {0} rules.
|
||||
patch.actionRuleDecouplingPatch.result=Updated {0} rules.
|
||||
|
||||
patch.systemWorkflowFolder.description=Ensures the existence of the system workflow container.
|
||||
patch.systemWorkflowFolder.result.created=Created system workflow container {0}.
|
Reference in New Issue
Block a user