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:
step 2:
error: when submit form error generates given follows:
to solve issue, need remove contract inputs on process instantiation, change default value document variables , remove process instantiation form:
- remove contract inputs
- select pool.
- go execution -> contract.
- remove file inputs.
- document variables default value
- select pool
- go data -> documents
- for each variable, edit -> select none in initial content
- 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
Post a Comment