BDM

After deploy BDM can't resume BPM Servcie

Hello.
I create clear install bonita as ear (version 7.1) file to JBoss with Oracle DB.
After this login as install user and upload the BDM zip file (exzported before from Studio).
And after tihs I can't restart re BPM service, I get the next error^

Do we have an API that links to the BDM context of an archived case!

We can get the link to the context of an open case with this "../API/bpm/case/{id}/context".
Do we have a similar thing to do this for an archive case?

If this does not exist, is there any workaround to access the BDM details for a closed case!

Thanks.

How can i access the BDM in my Actor Filter Impl

Hi

I need to restrict the access of Task generated according to a few parameters like geo location.
I am storing that in my BDM but i am unable to access it in the actor filter.

POST, PUT methods dbm

hi,

Can make put, post, ..., calls to bonita api about businessData

ths in advance

Importing a new process

Hi everybody, my question is: when I import a new process (.boss) it replace all my other business models that I created before, is there a way to do a merge or something so I don´t lose my other models?
Thnx in advance!

How to secure BDM REST APIs?

Is there a good place we can add code to prevent all users from having access to BDM data through the REST API? It'd be nice to both be able to only display search results/objects for users who should have access to them (using custom code to filter them out) as well as only display fields that they should be able to see (in case we have internal fields that shouldn't be exposed.)

Thank you!

Error trying to access the BDM

I'm trying to access the BDM from a script in Groovy. After several attempts and tests can not I find what is wrong. Attached diagram and log.

DAO_error

Bug with recursive BDM ?

I have a java.lang.StackOverflowError error when working with DBO containing reference to the same type of BDM.

Is this a bug ?

BDM and Groovy script

I use the following Groovy script to retrieve data stored in the BDM. In the BDM I defined a "business Object" called "Rutas" that has two "attributes", "nombreRuta" and "valor".
The script I use is:

import com.company.model.Rutas
List rtSubir = rutasDAO.findByNombreRuta("rutaSubir",0,100)

return rtSubir

But I fails. I think that left me something, but I can not to find out what it is.
Any suggestions?. Thank you.

Notifications