Skip to content

Commit

Permalink
Review OperationName parameter for Salesforce Source Kamelet
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <[email protected]>
  • Loading branch information
oscerd committed Jan 23, 2024
1 parent fcf9e93 commit d33307c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kamelets/salesforce-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ spec:
password: "{{password}}"
loginUrl: "{{loginUrl}}"
from:
uri: "{{local-salesforce}}:{{topicName}}"
uri: "{{local-salesforce}}:{{operation}}:{{topicName}}"
parameters:
notifyForFields: "{{notifyForFields}}"
updateTopic: "true"
Expand All @@ -140,7 +140,6 @@ spec:
notifyForOperationDelete: "{{notifyForOperationDelete}}"
notifyForOperationUndelete: "{{notifyForOperationUndelete}}"
sObjectQuery: "{{query}}"
operationName: "{{operation}}"
steps:
- marshal:
json: {}
Expand Down

0 comments on commit d33307c

Please sign in to comment.