Form

[Bonita 7.1.4] Process only can run once

I started a simple diagram to learn to register users.

I added an anonymous user to ACME (unregistered.user), published ACME with unregistered.user as default user and configure him as anonymous user on Configure>Authentication.
In the pool, i put "unregistered" as initiator actor, and maped him as "unregistered.user".
The lane only has the start event, a service task to send mail (connector doesn't use variables at the moment, just send mail from A to B. Test works) and the end event.
I created BDM, contracts and form for pool too.

How to access the Bonita Form from external URL?

Hi,

I am trying to set the pool level auto-login feature for a bonita form . I have created the username and password for the anonymous user(at pool level) and created a URL in the format of : (Note:Project Initiation is the pool name and 1.4.0 is the bos version and process = process Id ).

http://localhost:8080/bonita/?ui=form&autologin=Project%20Initiation--1....$entry&process=8068068927823037965&mode=form&locale=en .

How to map ID of CaseID from a sucessfull form submit?

Hi, i'm using bonitasoft 7.1.5 and i'm trying to map the Caseid from a successful form Submit to get the id of the next task in the list. In theory it works, when i press submit in the form i can see the caseID that i get from the request, but the variables from wich i get the id remain empty, any idea why?
Example:
* got 2 variables.
- Caseid = null
- InfoCaseID = http://localhost:8080/bonita/API/bpm/humanTask?c=1&p=0&f=caseId={{Caseid.caseId}} (empty)

[RESOLVED] How to set up a print form button in UI designer

I am working with Bonitasoft 7.1.3. Any ideas on how to set up a simple print button in a UI designer form (opens the ctrl+p print window in browser)? I tried to do it with a Javascript expression (put "window.print()" in a Javascript expression variable print and invoked the print Variable in a submit button's Data sent on click parameter). It didn't work. Any other ideas?

Submit button just doesn't work anywhere (not in Portal, Run or just the Ui designer)

I am able to input values, managed to define profiles for users with associated roles in the portal, however, when the initiator (logged into the portal) of the first task in chooses to start the process, the form opens and, when all the values are input, clicking on the Submit button does nothing. The Submit button does nothing in the UI Designer preview as well.

How can i use external URL form for human task with bonita 7

Hello,

I want to use external form instead of UIDesigner form for human task. For my test i create a simple test with one human task and i write in the human task -> form -> URL : "www.google.com"

When i launch the process and come to this form i get an Error 500.

Do you know how i can use external form ? or where i can find documentation about it for bonita 7 ?

Thanks

How to set the assignee of a certain lane or human task to a variable set inside a form?

I'm brand new to Bonita, and I was wondering how we could have the user type in a name into a field in a form created by UI Designer (mapped to some variable), and then have that be the assignee for a future human task or lane?

Resources would be greatly appreciated! :)

(Eventually, we might want a form where we can add N number of approvers, and have all those approvers have to approve - does anyone have suggestions on the best way to do this as well?
or7y1w.png
)

Is there a way to define form (page) event such as open, refresh, focus etc in Bonita?

In Bonitasoft, we can implement our own handlers for the the task events when task is entered or exit to next step, such event called Connectors in, Connectors out. The limitation is that Connectors in is called only when the task is entered, not whenever the form(page) is opened. This is an important distinction. A task is entered only once, even though the form might be re-opened numerous times while the task is being worked on. Is there a way to
catch the form open/refresh events etc?

philippe.ozil's picture
philippe.ozil
Category: 

This sample presents a pageflow (or mutli-page) form created with Bonita BPM 7. This resulting form is equivalent to the pageflow form that existed in Bonita BPM 5 & 6.

Documentation available here: https://github.com/Bonitasoft-Community/pageflow-form-example

Issues tracker available here: https://github.com/Bonitasoft-Community/pageflow-form-example/issues

B702 - Task Continuation - How to do it?

Hi there,

In B6xx I could add a piece of html for moving to the next Form in a set of tasks automatically.

This no longer works in B7xx

Any idea how to do that?

For example:

I have Initiation Form, when I click OK (Submit) I want it to initiate the first task of the process immediately, not go to the portal where I have to start it manually.

Thanks and regards

Notifications