09-20-2012 04:43 AM
09-20-2012 05:23 AM
09-20-2012 05:44 AM
The exact name will be defined the workflow process definition file only.
So, you need to go and check each of the definition file.
Similar for the task name.
09-20-2012 06:02 AM
09-20-2012 09:42 PM
In process definition file you need to check for this tag
<process-definition xmlns="urn:jbpm.org:jpdl-3.1" name="wf:reviewpooled">
where you need to use the name attribute's value which in this case is "wf:reviewpooled"
Similarly for tasks also
<task name="wf:reviewTask" swimlane="reviewer">
So ultimately
<config evaluator="string-compare" condition="Workflow">
<hidden-workflows>
<workflow name="wf:reviewpooled"/>
</hidden-workflows>
<hidden-tasks>
<task type="wf:reviewTask"/>
</hidden-tasks>
</config>
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.