04-08-2009 10:50 AM
if (bpm_workflowDueDate != void) taskInstance.dueDate = bpm_workflowDueDate;taskInstance.dueDate = bpm_workflowDueDate - 1;ortaskInstance.dueDate.setDate(bpm_workflowDueDate.getDate() - 1);ortaskInstance.dueDate.setDate(new Date(bpm_workflowDueDate) - 1);ortaskInstance.dueDate = new Date();or eventaskInstance.dueDate = new Date(bpm_workflowDueDate - 1);04-09-2009 03:36 AM
<property name="custom:myDueDate">
<type>d:date</type>
</property>
<config evaluator="node-type" condition="custom:myStartTask" replace="true">
<property-sheet>
<show-property name="custom:myDueDate" component-generator="DatePickerGenerator" />
</property-sheet>
</config>
04-09-2009 05:10 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.