Hello All,
I've been working with CMDBuild to create a couple workflows, I have mostly figured out what I've needed to so far however I believe I've hit a bit of a wall.
Essentially, I want to update a single attribute on all cards within a certain class automatically daily. I planned to do this by scheduling a process that had a linkCards extended attribute with a default selection of all cards returned returned through the CQL filter. I managed to get the filter aspect to work using: Filter = from Class where Attribute > 0. This reveals the expected results when I open the widget from the data management module, however I cannot figure out how to make the DefaultSelection attribute of this widget work. When I try the following I get an error upon starting the process stating that CMDBuild was unable to configure the linkCards extended attribute: DefaultSelection = select from Class where Attribute > 0. I can't find any examples of the DefaultSelection parameter being used with the proper syntax.
Any assistance would be appreciated.