Skip to content

Commit

Permalink
Move operation from parameters to uri
Browse files Browse the repository at this point in the history
  • Loading branch information
mmajerni authored and christophd committed Jun 10, 2024
1 parent 88798a4 commit 1a53e4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions salesforce-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ spec:
password: "{{password}}"
loginUrl: "{{loginUrl}}"
from:
uri: "{{local-salesforce}}:{{topicName}}"
uri: "{{local-salesforce}}:{{operation}}:{{topicName}}"
parameters:
notifyForFields: "{{notifyForFields}}"
updateTopic: "true"
Expand All @@ -134,7 +134,6 @@ spec:
notifyForOperationDelete: "{{notifyForOperationDelete}}"
notifyForOperationUndelete: "{{notifyForOperationUndelete}}"
sObjectQuery: "{{query}}"
operationName: "{{operation}}"
steps:
- marshal:
json: {}
Expand Down

0 comments on commit 1a53e4f

Please sign in to comment.