syndesisio / syndesis-integration-runtime

Apache License 2.0
1 stars 6 forks source link

Include filter step in SF to TW scenario #18

Closed rhuss closed 6 years ago

rhuss commented 6 years ago

@dsimansk commented on Tue Oct 03 2017

Based on feedback from Keith pls include filter step that will be based on string with hashtag, e.g. #salute to cover common usage of hashtags on Twitter.

Example syndesis.yml:

---
flows:
- steps:
  - kind: endpoint
    uri: twitter-mention-connector--KvSUw7eYMcWe1kmZueI:MENTIONS
  - kind: filter
    expression: ${body.text} contains '#salute'
    steps:
    - kind: endpoint
      uri: atlas:mapping-step-3.json
    - kind: endpoint
      uri: salesforce-upsert-sobject--KvSV1v9YMcWe1kmZueJ?sObjectIdName=TwitterScreenName__c&sObjectName=Contact
dsimansk commented 6 years ago

@rhuss pls can you elaborate why this issue was moved here? If @zregvart is going to include it it some integration test, that's probably something @tplevko could take over.

rhuss commented 6 years ago

@dsimansk sorry, I thought this was the issue to fix hashtags in the filter. Overlooked that its about writing a test for it. Feel free to move it back again.

dsimansk commented 6 years ago

Issue moved to syndesisio/syndesis-qe #109 via ZenHub