mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Minor progress at getting the WCM demo workflow to display nicely
in the UI. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3872 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -66,3 +66,19 @@ wf_workflowmodel.type.wf_adhocTask.title=Adhoc Task
|
|||||||
wf_workflowmodel.type.wf_adhocTask.description=Adhoc Task allocated by colleague
|
wf_workflowmodel.type.wf_adhocTask.description=Adhoc Task allocated by colleague
|
||||||
wf_workflowmodel.type.wf_completedAdhocTask.title=Adhoc Task Completed
|
wf_workflowmodel.type.wf_completedAdhocTask.title=Adhoc Task Completed
|
||||||
wf_workflowmodel.type.wf_completedAdhocTask.description=Adhoc Task Completed
|
wf_workflowmodel.type.wf_completedAdhocTask.description=Adhoc Task Completed
|
||||||
|
|
||||||
|
#
|
||||||
|
# WCM Submit Workflow.
|
||||||
|
#
|
||||||
|
wcmwf_submit.workflow.title=WCM Submit
|
||||||
|
wcmwf_submit.workflow.description=Submit Web Content
|
||||||
|
|
||||||
|
wcmwf_submitmodel.type.wcmwf_startSubmit.title=Submit Web Content
|
||||||
|
wcmwf_submitmodel.type.wcmwf_startSubmit.description=Have colleague review changes
|
||||||
|
wcmwf_submitmodel.property.wcmwf_submitDueDate.description=Task Due Date
|
||||||
|
wcmwf_submitmodel.association.wcmwf_assignee.title=Asignee
|
||||||
|
wcmwf_submitmodel.association.wcmwf_assignee.description=Who's doing the reviewing
|
||||||
|
wcmwf_submitmodel.property.wcmwf_description.title=Task Description
|
||||||
|
wcmwf_submitmodel.property.wcmwf_description.description=Description of what needs to be achieved
|
||||||
|
wcmwf_submitmodel.type.wcmwf_review.title=Review Content
|
||||||
|
wcmwf_submitmodel.type.wcmwf_review.description=Review Content
|
||||||
|
@@ -26,9 +26,9 @@
|
|||||||
<task-node name="review">
|
<task-node name="review">
|
||||||
<task name="wcmwf:review" swimlane="assignee">
|
<task name="wcmwf:review" swimlane="assignee">
|
||||||
<controller>
|
<controller>
|
||||||
<variable name="description" access="read" mapped-name="wcmwf:description"/>
|
<variable name="description" access="read,required" mapped-name="wcmwf:description"/>
|
||||||
<variable name="sourcePath" access="read" mapped-name="wcmwf:sourcePath"/>
|
<variable name="sourcePath" access="read,required" mapped-name="wcmwf:sourcePath"/>
|
||||||
<variable name="workflowcontext" access="write" mapped-name="bpm:context"/>
|
<variable name="workflowcontext" access="read,required" mapped-name="bpm:context"/>
|
||||||
</controller>
|
</controller>
|
||||||
</task>
|
</task>
|
||||||
<transition name="approve" to="end">
|
<transition name="approve" to="end">
|
||||||
|
@@ -30,6 +30,7 @@
|
|||||||
</type>
|
</type>
|
||||||
|
|
||||||
<type name="wcmwf:startSubmit">
|
<type name="wcmwf:startSubmit">
|
||||||
|
<title>Submit Web Content</title>
|
||||||
<parent>wcmwf:baseSubmitTask</parent>
|
<parent>wcmwf:baseSubmitTask</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
Reference in New Issue
Block a user