ProtoFlux:ASync Sequence: Difference between revisions

From Resonite Wiki
create ASync Sequence ProtoFlux Node Page
 
forgot category
 
Line 31: Line 31:
File:Protoflux_example_ASync_Sequence.webp|Example of using a ASync Sequence to request data from a bunch of website pages/endpoints and then write a cloud variable.
File:Protoflux_example_ASync_Sequence.webp|Example of using a ASync Sequence to request data from a bunch of website pages/endpoints and then write a cloud variable.
</gallery>
</gallery>
[[Category:ProtoFlux:Flow:Async]]

Latest revision as of 01:49, 17 February 2024

Async Sequence
*
Calls
+
-
Async

ASync Sequence is a protoflux node that allows for doing a bunch of async tasks, but waiting for each one before continuing to the next. So if you need to write some cloud variables in order, using this node allows for doing such without writing them all at the exact same time like would be done with a Sequence preceded or followed by Start ASync Tasks.

Inputs

* (AsyncCall)

Call to start impulsing the list

Outputs

Calls (List of AsyncCalls)

The list of Async paths to call, waiting for each one to finish.

Examples