Hello everyone,
I want to start workflow without any document. Once user starts the workflow task will be assigned to another user where he/she can attach document to the workflow.
Form when user starts the workflow..
In this form we have option to add the document..
Form when task goes to another user..
In this form Add button is not available.
How can we add document to this form?
Thanks
Solved! Go to Solution.
Hello,
In your workflow model defnition for this task try to override the property bpmackageActionGroup with value add_package_item_actions.
<type name="mynamespace:taskname">
<parent>bpm:workflowTask</parent>
<overrides>
<property name="bpm:packageActionGroup">
<default>add_package_item_actions</default>
</property>
</overrides>
</type>
Regards
Hello,
In your workflow model defnition for this task try to override the property bpmackageActionGroup with value add_package_item_actions.
<type name="mynamespace:taskname">
<parent>bpm:workflowTask</parent>
<overrides>
<property name="bpm:packageActionGroup">
<default>add_package_item_actions</default>
</property>
</overrides>
</type>
Regards
Issue resolved.
Thanks for the help.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.