mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
WCM submit (for approval) workflow.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4540 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -266,7 +266,7 @@ public class CreateWebContentWizard extends BaseContentWizard
|
||||
|
||||
if (LOGGER.isDebugEnabled())
|
||||
LOGGER.debug("using workflow " + workflowName + " for form " + formName);
|
||||
wd = this.workflowService.getDefinitionByName("jbpm$" + workflowName);
|
||||
wd = this.workflowService.getDefinitionByName(workflowName);
|
||||
|
||||
// deserialize the workflow parameters
|
||||
parameters = (Map<QName, Serializable>)AVMWorkflowUtil.deserializeWorkflowParams(workflowRef);
|
||||
|
Reference in New Issue
Block a user