question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Conditional Flow] I have to save the integration before adding the flow step

See original GitHub issue

This is a…


[ ] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report  
[ ] Documentation issue or request

Description

As a user I am forced to save the integration before adding the conditional flow step. This is already not good but what is worse is that if I save the integration previously, then I add another step which changes output data which goes to the conditional flow step I am not forced to save the integration again which means new conditional flow step thinks it gets different input data shape and the integration is broken from that point.

Reproducer

  1. Create an integration: Webhook -> log Add some json schema as webhook output {"author":"New Author","title":"Book Title"}

  2. Save the integration

  3. change the integration to: webhook -> database (sql insert: select * from contact) -> log

  4. add conditional flow step webhook -> database -> split -> conditional flow -> aggregate -> log

note that conditional flow thinks its input data is the json instead of database row

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
gashcrumbcommented, Jun 6, 2019

BTW saving when adding the conditional flow isn’t necessary for the react codebase. Unless there’s bugs of course 😃

0reactions
gashcrumbcommented, Jun 11, 2019

I did, really we can close this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Solved: How to add a condition before existing flow?
You can just grab the switch and drag and drop it inside the Yes condition. Everything in the switch will come with.
Read more >
Intro to Claris Connect Part 2: Creating A Conditional Flow
Step 1: Duplicate The Previous Flow ... To save time, we're going to duplicate the flow we built previously. But before we do,...
Read more >
Conditional flows | Apigee X - Google Cloud
Adding a conditional flow​​ To add a conditional flow: Select the Develop tab in the Proxy Editor. Select Proxy endpoints > default in...
Read more >
How to add a conditional split to a flow - Klaviyo - Help Center
Add and configure a conditional split​​ To add a new conditional split into a flow series: Drag the conditional split component from the...
Read more >
Chapter 5. Creating integrations Red Hat Fuse 7.5
In the integration visualization, where you want to add a Conditional Flows step, click · Click Conditional Flows. · Click Select in the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found