Activiti Community 6.0 - Upload File in a Custom Form

cancel
Showing results for 
Search instead for 
Did you mean: 
itamar_uit
Active Member II

Activiti Community 6.0 - Upload File in a Custom Form

Hi guys,

I'm bulding a workflow using Activiti App (6.0) with a custo Forms, in my form a have a "Upload" item.

I Started my flow and attached a file ("Pedido de venda.pdf") using upload buttom "File Related":

The file attached in start step not visible im my flow or next tasks:

What happened? How activiti store content related ? Is it a Bug ?

3 Replies
mdtabrezmca
Established Member II

Re: Activiti Community 6.0 - Upload File in a Custom Form

This is not a bug it is just that activiti 6 doesnt provided the display feature you can follow this thread to get your ansewer  

itamar_uit
Active Member II

Re: Activiti Community 6.0 - Upload File in a Custom Form

Hi Tabrez,

Thank you for your feedback!

I think realy a bug, was fixed last year. Please, take look https://github.com/Activiti/Activiti/issues/1199 .

So I think that I shoud build  a own release to deploy at my tomcat.

I’m trying to build (Make Activit-app.war, Activit-admin.war and and Activit-rest.war) using  sources (https://github.com/Activiti/Activiti/releases/tag/7.0.0.Beta1) and importing by  IntelliJ and Building (Crt +F9), but i’m not sure I’m doing by correct way.

Can you help me with steps for build and deploy Activiti Community (6.0 or 7.0) using sources?

Thank you!

mdtabrezmca
Established Member II

Re: Activiti Community 6.0 - Upload File in a Custom Form

You can build activiti-6 for your issue as activiti 7 doesnt have its UI yet and it is in beta stage. I was uisng eclipse and maven to build the activiti-app.war. I dont think you will find any issues while building activiti-app