01-25-2016 07:03 AM
sampleWf.task.confirmTask.title=Confirm this, with a title which is different than the task name
sampleWf.task.confirmTask.description=Confirm please
<userTask id="confirmTask" name="Confirm" activiti:assignee="${bpm_assignee.properties.userName}" activiti:formKey="samplewf:customTypeTask"></userTask>
01-29-2016 07:58 PM
workflow-message.properties
file only.
//From workflow-messages.properties
wf_workflowmodel.type.wf_submitAdhocTask.title=Task
wf_workflowmodel.type.wf_submitAdhocTask.description=Allocate task to colleague
//From workflowmodel.xml
<model xmlns="http://www.alfresco.org/model/dictionary/1.0" name="wf:workflowmodel">
…..
<type name="wf:submitAdhocTask">
<parent>bpm:startTask</parent>
…..
modelprefix_modelname.task.modelprefix_taskname.title=Title goes here
modelprefix_modelname.task.modelprefix_taskname.description=Title goes here
sampleWf_<name>.task.sampleWf_confirmTask.title=Confirm this, with a title which is different than the task name
sampleWf_<name>.task.sampleWf_confirmTask.description=Confirm please
<name>
with your workflow model name.
05-05-2016 10:37 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.