08-01-2007 05:30 AM
08-01-2007 06:48 AM
How would it handle the 'update' bit in the middle and where would the file be actually 'saved to' during the process?
10-05-2007 05:47 AM
javax.faces.el.EvaluationException: Exception while invoking expression #{CheckinCheckoutBean.editFile}
caused by:
org.alfresco.service.cmr.repository.InvalidNodeRefException: Node does not exist: workspace://SpacesStore/Dml–workflow-296dad4c-73e9-11dc-86b2-5d12f97eb107:/www/avm_webapps/ROOT/Newscontent.xml
10-05-2007 06:55 AM
In WCM, it all becomes more sophisticated as workflows use the concept of a sandbox (a private safe area for edits) for managing the workflow package.
10-06-2007 03:19 AM
<type name="wcmwf:submitDmlReviewTask">
<parent>wcmwf:startTask</parent>
</type>
<type name="wcmwf:editDmlTask">
<parent>wcmwf:workflowTask</parent>
<overrides>
<property name="bpm:packageItemActionGroup">
<default>edit_wcm_package_item_actions</default>
</property>
</overrides>
</type>
<type name="wcmwf:reviewDmlTask">
<parent>wcmwf:workflowTask</parent>
<overrides>
<property name="bpm:packageItemActionGroup">
<default>edit_and_remove_wcm_package_item_actions</default>
</property>
</overrides>
</type>
<type name="wcmwf:rejectedDmlTask">
<parent>wcmwf:workflowTask</parent>
<overrides>
<property name="bpm:packageItemActionGroup">
<default>edit_and_delete_wcm_package_item_actions</default>
</property>
</overrides>
</type>
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.