Skip to content

Commit

Permalink
Review OperationName parameter for Salesforce Source Kamelet - 4.0.x (#…
Browse files Browse the repository at this point in the history
…1845)

* Review OperationName parameter for Salesforce Source Kamelet

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

* Review OperationName parameter for Salesforce Source Kamelet

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

---------

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Jan 23, 2024
1 parent b7ba969 commit e7d85a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions kamelets/salesforce-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ spec:
password: "{{password}}"
loginUrl: "{{loginUrl}}"
from:
uri: "{{local-salesforce}}:{{topicName}}"
uri: "{{local-salesforce}}:{{operation}}:{{topicName}}"
parameters:
notifyForFields: "{{notifyForFields}}"
updateTopic: "true"
Expand All @@ -150,7 +150,6 @@ spec:
notifyForOperationDelete: "{{notifyForOperationDelete}}"
notifyForOperationUndelete: "{{notifyForOperationUndelete}}"
sObjectQuery: "{{query}}"
operationName: "{{operation}}"
steps:
- marshal:
json: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ spec:
password: "{{password}}"
loginUrl: "{{loginUrl}}"
from:
uri: "{{local-salesforce}}:{{topicName}}"
uri: "{{local-salesforce}}:{{operation}}:{{topicName}}"
parameters:
notifyForFields: "{{notifyForFields}}"
updateTopic: "true"
Expand All @@ -150,7 +150,6 @@ spec:
notifyForOperationDelete: "{{notifyForOperationDelete}}"
notifyForOperationUndelete: "{{notifyForOperationUndelete}}"
sObjectQuery: "{{query}}"
operationName: "{{operation}}"
steps:
- marshal:
json: {}
Expand Down

0 comments on commit e7d85a9

Please sign in to comment.