Alfresco default work flow template changing
问题 I am running alfresco 5.0.a and I want to modify the default activitiAdhoc template to set the title and description of the task. I run an activti flow when a file is added to a directory via script. My script is. var workflow = actions.create("start-workflow"); workflow.parameters.workflowName = "activiti$activitiAdhoc"; workflow.parameters["bpm:sendEMailNotifications"] = true; workflow.parameters["wf:notifyMe"] = true; workflow.parameters["wf:workflowDescription"] = "A workflow task has