mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Workflow:
1) Fix bug in task property conversion for associations where association was single-ended, but list passed in (was causing exception in start workflow ui) 2) Tidy up Review & Approve Process definition (assign appropriate names, set review task due date, priority etc) 3) Provide resource bundles for basic BPM model and Review & Approve workflow 4) Fix bug in I18N resolution of workflow task title & description git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3556 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -72,6 +72,12 @@ public interface NamespaceService extends NamespacePrefixResolver
|
||||
/** Business Process Model Prefix */
|
||||
public static final String BPM_MODEL_PREFIX = "bpm";
|
||||
|
||||
/** Workflow Model URI */
|
||||
public static final String WORKFLOW_MODEL_1_0_URI = "http://www.alfresco.org/model/workflow/1.0";
|
||||
|
||||
/** Workflow Model Prefix */
|
||||
public static final String WORKFLOW_MODEL_PREFIX = "wf";
|
||||
|
||||
/** Alfresco View Namespace URI */
|
||||
public static final String REPOSITORY_VIEW_1_0_URI = "http://www.alfresco.org/view/repository/1.0";
|
||||
|
||||
|
Reference in New Issue
Block a user