cancel
Showing results for 
Search instead for 
Did you mean: 

display show start form button in process tab

omar
Champ in-the-making
Champ in-the-making
i'am using last version from activiti.. and i faced the following problem..

i cannot show start form button in process tab.

and the previous steps will build successful..

1. build process in modeler.
2. upload process in probe.
3.process successfully show in the list.
4.the following xml for test process:

<startEvent id="sid-B82CF8E3-3C09-4F4D-BE49-25D6E5F01308" name="" activiti:formkey="D:\Test.form">

i want to show start form rather than start new instance.

can help me?
4 REPLIES 4

trademak
Star Contributor
Star Contributor
Hi,

If you are using forms, I would recommend to use the Activiti Designer.
That's because the form must be part of the BAR file which also includes the process definition (bpmn20.xml).
The Activiti Designer can create a BAR file for you.
So it's not possible to refer to a form outside of the BAR file like you do with D:\test.form.

Best regards,

omar
Champ in-the-making
Champ in-the-making
thx alot……

but can tell me what activiti designer that must  use..
and get me link for it…

trademak
Star Contributor
Star Contributor
I could say RTFM. But here's a pointer to the installation guide:

http://activiti.org/userguide/index.html#eclipseDesignerInstallation

Best regards,

omar
Champ in-the-making
Champ in-the-making
very thx…
i will install eclipse and update activiti link..