Control Flow Multiplexer
Joins two control flows into one.
Description
Creates a new control flow by joining two different control flows. The resulting flow is triggered whenever one of the inputs is triggered.
See also Combine Latest Events
.
<details style="border: 1px solid #aaa; border-radius: 4px; padding: .5em .5em;"> <summary>Source Code Implementation</summary>
<a href="https://github.com/olympeio/CORE/blob/master/src/core/util/ControlFlowMultiplexer.js" target="_blank">Open it in a new tab</a> <iframe style="display: block; margin-top:1em; margin-left:auto; margin-right:auto; border-style: none; height:400px; width:97%;" src=" https://git-repo-gist.herokuapp.com/framed/olympeio/CORE/master/src/core/util/ControlFlowMultiplexer.js"></iframe> </details>
Inputs
- Control Flow 1 (Control Flow): The first control flow to join.
- Control Flow 2 (Control Flow): The second control flow to join.
Outputs
- Control Flow (Control Flow): The resulting control flow.