Hello,
i use Bonitasoft community edition 2022.2
i have Object called "Rooms" have attributes:
- roomName
- roomNumber
I have Object called "Home" that have attributes:
- Name
- Rooms (multiple)
In instantiation, when i added the contract input of "Home" , i can't select "roomName" and "roomNumber" , i just get "persistenceId_string"
but when i use task Inputs, i can select this attributes
How can i get all attributes of "room" object in my initiation form not just "persistenceId_string" to submit my form correctly ?