Edit subprocess form

1
0
-1

I have call activity that calls pool in same process. When I want to edit form in that subprocess nothing happens. I go to that pool, application, edit Form, select some variable (for example Name), go to Appearance - Label - change color to navy. Later I run process, get to this task, but Name is still black. I can't move letters to left, to right. Nothing is working. Is it a possible to edit this form and if yes how?

(Editing other tasks that are not part of call activity and are part of main pool, works fine)

1 answer

1
+1
-1

After you edit a sub-process you need to redeploy it.

When using the test environment embedded in the Studio, make sure you click on "Run" button after performing some modification on your process. The "Run" button will trigger a redeployment.

To make sure that latest changed has been published you can check deployed process information in Bonita BPM Portal administration view.

Comments

Submitted by marcy.ira on Tue, 03/17/2015 - 16:40

Hi,

Thank you for the answer. Actually I had another (pretty stupid) reason why this didn't work. In sub-process pool in Resources folder "application" was missing. I added it and now everything works fine

Notifications