08-01-2007 01:04 PM
<event type="task-create">
<script>
if (bpm_status != void) {
taskInstance.status = bpm_status;
}
</script>
</event>
it always gets 'not yet started'. How should I start the task when I start the workflow?08-02-2007 05:41 AM
<type name="wf:mytask">
<parent>bpm:workflowTask</parent>
<overrides>
<property name="bpm:status">
<default>In Progress</default>
</property>
<property name="bpm:packageActionGroup">
<default>add_package_item_actions</default>
</property>
<property name="bpm:packageItemActionGroup">
<default>edit_package_item_actions</default>
</property>
</overrides>
</type>
08-03-2007 08:31 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.