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.

Run flow elements in parallel

See original GitHub issue

To simulate browser calls which happen in parallel:

    "scenarios": [
        {
            "flow": [
                [
                    {
                        "get": {
                            "url": "/rest/events",
                        }
                    },
                    {
                        "get": {
                            "url": "/rest/stream",
                        }
                    }
                ]
            ]
        }
    ]

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
hassycommented, Nov 24, 2016

Closing as there are no plans to implement this for now - can be re-visited and re-opened again later.

0reactions
clarkiecommented, Jun 25, 2017

Ah, yeah, I don’t mind hardcoding the response’s urls but yeah, that should work for me. I’ll report back once I’ve tried it

Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Allow Parallel Execution in Flows - IdeaExchange - Salesforce
When creating a flow it is currently only possible to follow a linear progression. In some cases actions that do not require direct...
Read more >
How to run multiple actions in parallel in a flow
The only opportunity you have to execute things in parallel is to initiate multiple synchronous or asynchronous transactions from outside the ...
Read more >
Running subflows in parallel or sequentially with arrays - IBM
Within a flow in Flow Editor, select Insert > Subflow or Flow Array. The subflow array icon is added to your flow. Select...
Read more >
7 Parallel Flow
This chapter shows how to create a parallel flow using the flow activity to perform multiple tasks simultaneously. This BPEL process performs two...
Read more >
Can someone please explain Parallel branch?
HI @lavint yes you've pretty much got the grasp of it. It's effectively two parts of the process which can be run at...
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