#bonita 7.x

Delete a document not attached to a case

Hi there!

We have a situation in our process where the users upload the documents through a custom widget to bonita server and have the option to remove it i.e. exclude from the process instantiation.

My question is, how does bonita handle when the documents are uploaded but not attached to a case. Because, we do not wish to store the documents on the server which are not attached to any case.

Regards,
Raji Malla

BonitaBPMCommunity-7.4.3 tomcat bundle Error

Hi I have installed BonitaBPMCommunity-7.4.3-Tomcat-7.0.67 (tomcat bundle)
I have this error when I start tomcat Etat HTTP 404 - /bonita ,The requested resource is not available
- I dont have a folder bonita in BonitaBPMCommunity-7.4.3-Tomcat-7.0.67 like in BonitaBPMCommunity-6.3.8-Tomcat-6.0.37and it work in BonitaBPMCommunity-7.2.0-Tomcat-7.0.67(I installed it it work and it return technical user but when I add the .bar file I have an error because in studio I work with bonitacommunity 7.4.3). how can I make BonitaBPMCommunity-7.4.3-Tomcat-7.0.67 work

search by LastName

I want to do search by LastName using filter in rest api but don't work I have Rest Api like this one :
../API/bdm/businessData/com.company.model.DemandesConges q=findByLastName&p=0&c=100&f=LastName=={{searchValueNom}}

this my requete :SELECT d FROM DemandesConges d
WHERE d.LastName= :LastName
ORDER BY d.persistenceId

Throw-Catch Signal to close a task in the same case

Hello there!

Am using Bonita 7. My requirement is to close task A when task B is closed. So, I have place a throw signal on the output flow from task B and attached a catch signal to task A. The problem is when task B is closed in one case, all the catch signals in all the cases created for this process are being fired and all task As are being closed, which is not correct.

Update Estimated duration

Hi all,

On a Workflow, General tab and then Portal tab, I wanted to update the duration of task on Runtime.

Say I wanted to update from the default 1 hour to 5 days.

Is there any REST call to do that?
Or maybe API to do that on a groovy script?

Thanks.

Best Regards,
Diana Bento

Change Actor_id

Hi all,

Say I have a task set on the workflow to a group X, none of the members of group X did Take of the task, and I wanted to change the task to a different group.

I read on the API and I see that the task is only modifiable on the following fields: assigned_id and state

I tried to set the actorId field and got a ForbiddenException.

Is there a way to change on Runtime the actorId?

On the portal the assign button only searches users but i think that would be great to set a task to a group.

Update Organization

Hi all,

Is there any way of updating the organization without losing any of the archived cases?

Thanks,
Diana

Multiple buttons on UI Designer

Hi all,

I was doing some forms with several buttons, say one button for "Yes" and another for "No".
I have some fields with the required behavior on.

When it's only one button, the button stays inactive when the form is incomplete and active when all the fields are set.

I set the folowing text $form.$invalid on the disabled behavior of the button.

On the forms that have two or more buttons this text $form.$invalid doesn't work.

Anyone knows how to solve this behavior?

Thanks,
Diana

How to initilize a class in RestAPI Ext when Bonita server starts

I created a Rest API Extension to which we can use to schedule the task to run on define time with define interval.

The program I works fine as long as Bonita Server is running without any restart.

How can I update the JobStore in Bonita with my new Job and allow application to pick the job automatically when Bonita server restarts.

I used Quartz library within my Rest API and created a scheduler. But, I think in order to pick my new Job by Bonita when it restart, I need to use the Scheduler that is initiated by Bonita server.

Is bar file updatable in subscription version

Hi , i am using bonita community version and i wanted to make few changes to few of the tasks created in my bpm but i am not able to do that. I wanted to know is it possible in subscription version to update the same process version in bonita, or if i can move the tasks created in my old process version to new process version ( not talking about new bonita version, just few changes to the old tasks and functions).

Notifications