cancel
Showing results for 
Search instead for 
Did you mean: 

Upload a File as Taks property

salaboy
Star Collaborator
Star Collaborator
Here is my situation, I have an Advanced Workflow, that had a correct task model and the processdefinition from jBPM.
But now I have to upload a new resource, that is a kind of attachment for the actual document that start the Advance Workflow.
This upload need to be done in one particular task that is defined in the task model.
One thing I realize is that I have the bpm_package where I can add some resources (but this resources need to be in the alfresco repository, and do not satisfy my requeriments.)

Can anybody help me with this? i need to find how to define my task model to upload some resource and need some way to define in my Content type model this association with this new attachment resource..

Thanks in advance!!!
3 REPLIES 3

fbehfar
Champ on-the-rise
Champ on-the-rise
Hi,
I have the same question!
is there anyone can help me?

thanks in advance!
FSB

fbehfar
Champ on-the-rise
Champ on-the-rise
Hi again,
I found it, actually i could solve my problem by writing my type in model like this:

      <type name="tenwf:AddTenderDoc">
         <parent>bpm:workflowTask</parent>
         <overrides>
                  <property name="bpm:packageActionGroup">
                     <default>add_package_item_actions</default>
                  </property>
              </overrides>           
      </type>   

it let u, add doc as much as u want in ur workflow. when u see ur task to do list, in ur task u can add a doc, if only u wrote ur model like above!
hoe it could solve ur problem too!

edgardoambrosi
Champ in-the-making
Champ in-the-making
"Upload a File as Taks property"

Hi at all.
Did some one provided a solution for the current topics??
I need to do the same thing in some task!!
Best!