10-17-2018 03:52 AM
I have created workflow where the problem is due date difference during selection of date and display of date.
Please check Attach Image.
Image 1 is showing selection of date.
Image 2 is showing display of Date.
Image 3 is showing API Response.
12-11-2018 05:28 AM
Add below share side form configuration for the workflow due date field.
<field id="bpm:workflowDueDate" label-id="workflow.field.due" set="info">
<control template="/org/alfresco/components/form/controls/date.ftl">
<control-param name="showTime">false</control-param>
<control-param name="submitTime">false</control-param>
</control>
</field>
Marking submitTime as false will do the trick.
Explore our Alfresco products with the links below. Use labels to filter content by product module.