cancel
Showing results for 
Search instead for 
Did you mean: 

Add document

buurd
Champ in-the-making
Champ in-the-making
Hi!

I want the user in a Task to add documents but I can't find out how. The process is basically, assign responsible, email customer, store document from customer in workflow and then perform a couple of review-tasks and end process. But I can't add any documents after the start-state.

Thanks in advance
Roland
1 REPLY 1

savic_prvoslav
Champ on-the-rise
Champ on-the-rise
maybe that in model definition you have made a mistake

<type name="inwf:menagerreview"> 
         <parent>bpm:workflowTask</parent>
         <overrides>
            <property name="bpm:packageItemActionGroup">
               <default>read_package_item_actions</default> ONLY READ PACKAGE
            </property>
         </overrides>
      </type>
      
      <type name="inwf:itdepartmentmenagerreview">
         <parent>bpm:workflowTask</parent>
         <overrides>
            <property name="bpm:packageItemActionGroup">
               <default>add_package_item_actions</default> RIGHT TO ADD PACKAGE ITEMS
            </property>
         </overrides>
      </type>