angularjs - Uploading file on Step in Bonita -


i upload , download file. know fileuploaddownload example required upload document on step not on instantiation form.how can achieve have made contract on step , assigned document variable initialized @ pool level, not working. gives error "error submitting form". new bonita anybody.

steps process building given follows: step 1:

enter image description here

step 2:

enter image description here

step 3: enter image description here

step 4: enter image description here

error: when submit form error generates given follows:

enter image description here

to solve issue, need remove contract inputs on process instantiation, change default value document variables , remove process instantiation form:

  1. remove contract inputs
    • select pool.
    • go execution -> contract.
    • remove file inputs.
  2. document variables default value
    • select pool
    • go data -> documents
    • for each variable, edit -> select none in initial content
  3. process instantiation form
    • select pool
    • go execution -> instantiation form
    • remove current target form

that should trick :)

also, check new version of file upload example, removed limitation duplicate document each time steps submit: https://github.com/bonitasoft-community/file-upload-download-example

cheers


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -