Details
-
Type:
New Feature
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.18.1
-
Fix Version/s: 2.19.0
-
Component/s: camel-salesforce
-
Environment:
Any
-
Estimated Complexity:Unknown
-
Flags:Patch
Description
Part of CAMEL-8396 to add support for the Organization Limits Salesforce API.
Add operation `limit` that can be used like:
...to("salesforce:limit") .choice() .when( simple("${body.dailyApiRequests.remaining} > 0") )... .endChoice();