#parameters

Edit process parameters from UI

I have two global variables that i want to set in my process, the only way I found to do that is with parameters but I couldn't find how to edit these data ( my admin must be able to edit them from an application page)

I looked into process variables but the data is deleted after the process instance ends

Any ideas on how i can create global variables that can be edited from the UI and doesn't get deleted ?

Change parameter values

Hello everyone.

Create a new process that has parameters. The idea is to be able to modify the parameters from Bonita Portal (without updating the version of the process), but when I try to change the values ​​it is not possible.

Is this because I use the community version?

Greetings, Luis.

Identify processes that contain a specific parameter

Is there a simplified way to identify which processes contain a given parameter? Or any extension of the Rest API available to the community that does this?

The solution I have is:
1. Call the process API (../ API / bpm / process? ...)
2. For each process ID, call the parameter api (../API/bpm/processParameter?...&f=process_id=$data.process[i].id)
3. Among all the return parameters, identify whether the parameter of interest exists.

ADD parameters to a connector query

Good morning,

So what I'm trying to do is developing a default DataBase Connector to retrieve data from MS SQL server.

In the configuration of te connector, I need to add parameters because I have Search filter in my application page on the table filled with those data. So I need to add parameters in the sql query of the connector , and add those same parameters in the URL for that connector. How to do that ? or there is another option to fullfill this goal !?

regards!

Notifications