-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
1. JobDefinitionsSuspensionStateDto.ftl has an incorrect property type. processDefinitionWithoutTenantId should be boolean
2. Schema Log Get List is missing sort params
3. notLike is missing as an operator from ConditionQueryParameterDto Replaced by CAM-13800 as it requires a lot of files to be changed.
4. assigneeNotIn and followUp (has been deprecated) are missing from the Task query endpoint's parameters
5. For User updateCredentials, the parameters are wrongfully listed as path parameters. should be body.
6. variableScopeIdIn is missing from the Variable Instance query methods.
7. Post Methods that have a sorting property might make trouble for client generation because that field is not nullable, so the user might need to supply an empty object each time. Replaced by CAM-13802 as it requires a lot of files to be changed.