bonitasoft

Switching Between Projects

Hello,

I have a speed problem of switching between projects, some hours later, it takes very long time to pop up menu of projects to switch to another project.

any solution of that?

Get all groups of a task ID's actor

Hey,

I'm trying to find a way in groovy through which, I can get all the groups that are allowed to execute a task. I am trying to write a script at the "connector in" of a station that gets me this data. Even the actor's API takes processDefinitionId as an argument, and not taskId/activityId. I want the actors with respect to that instance, could you help me out?

Thanks!

Retrieve all tasks with their BDM values in one API

Hey,

I have a list of tasks (~1000) and I'm trying to sort them with respect to their BDM values and a comparator function. For this, I'm iterating through each task, through an API for each task I'm retrieving it's BDM data, and with respect to this I'm sorting it. This takes a lot of time and is not practical. Is there a way I can decrease the number of API calls, get all tasks with their BDM values in one API call itself which could help me out?

Thanks!

Error while using call activity

I am using Bonitasoft 7.9, and I keep facing an error during validation "Some data from call activity are missing".
My data send and data receive are appropriately filled, I do not know what exactly is missing. Is this a bug?

Thanks!

Exporting organization from portal

Hey,

On exporting the organization from the portal, the passwords of the users are hashed in the XML. But when importing it into the studio, the users' passwords are replaced by their hash, which causes problems. Is there any way of importing an organization into the studio and not replacing their passwords?

Thanks

Can we automatically add default connectors-in and connectors-out(for a step/station) while making a new step/station?

Hey,
I am looking for adding default connector definitions for each of the steps/station I create for a process, the definition of connector-in and connector-out is going to be same for each step/station, so is there any way that I can add connectors definition to the station definition by-default instead of just adding the connectors on each station?

Buliding Bonita source code to make manual changes

Hey,

I want to make a few small changes in the UI of the Bonita studio (where we create workflows through drag-and-drop), and thought of editing the Bonita code as it's open source. I tried to follow the steps on this link: https://github.com/Bonitasoft-Community/Build-Bonita, and the steps ran successfully.

I am using macOS, and after following the above steps, I do not see a working build in either bonita-studio/all-in-one/target or in products/org.bonitasoft.studio.product/macosx/cocoa/x86_64.

Does there exist a way to make 'Connector In' and 'Connector Out' fields have a compulsory script for every task?

I want my workflow designer to always use 'Connector In' and 'Connector Out' scripts at every station to check the inputs and outputs at the station. Is there a way to make a validation that checks this and prompts them accordingly?
If not, can I make an API call to the bpm so as to automatically make a boilerplate connector in and out groovy script whenever a new task is created?

Thanks

Is there any way to view the data and case information for one particular task?

I want to find all the cases that have passed through a particular task (node) in my workflow, just to see how that node is performing and status of other cases pending on that node. Is this functionality in-built in Bonitasoft? If not, any tips on how I can go about implementing this?

Thanks!

How to use process variable's list in a called process?

I have a process variable 'q_list' that contains a list of questions. I want each question to be answered parallelly by a group of users, so I'm making a new process and call the new process parallelly, and make an iterator that points to q_list.
My question is, how do I access the iterator in the called process, in order to display each question in the called process parallelly (display it in a form)?
Thanks

Notifications