To add an additional task that can be initiated from the EnterWorks work list, the
workflow process must first be defined.
To add the task, edit Shared configuration properties:
-
Add the new task's name to key
epx.tasklist.tasks
. -
Using the new task name, add the following keys, replacing <task> with the
new task name and the appropriate value for the key.
Key Value examples Description epx.tasklist.<task>.name
Start PMFImport Name of the task as it will appear in the UI. epx.tasklist.<task>.flownam
ePMFImport Name of the workflow in EPX. epx.tasklist.<task>.startingpoint
Manual Start Starting activity for the workflow. epx.tasklist.<task>.workitemname
Manual Initiated PMFImport Name for a work item. epx.tasklist.<task>.workitemdescription
Manual Initiated PMFImport Description for a work item. epx.tasklist.<task>.proplist
prop1, prop2 Optional list of property values to pass to workflow. epx.tasklist.<task>.props.prop1.name
test1 Name the property. Substitute "prop1" for value in prop list, repeat for each value. epx.tasklist.<task>.props.prop1.value
test1val Value of the property. Substitute "prop1" for value in prop list, repeat for each value. epx.tasklist.<task>.groupList
Administrator Optional comma separated list of groups that have access to run this task. epx.tasklist.<task>.userList admin Optional comma separated list of users that have access to run this task. - When you are finished editing all shared configuration properties, restart EnterWorks services.