-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference FlowToCoroutine
S2NX7 edited this page Sep 30, 2025
·
2 revisions

The FlowToCoroutine node converts a standard control flow into a coroutine flow, allowing asynchronous execution. If used inside an existing coroutine flow, it logs a warning since the conversion is unnecessary.
Input Ports
- In : The control flow input to convert.
Output Ports
- Converted : Triggered if the flow has been converted into a coroutine.
- normalFlow : Continues the normal flow execution without conversion.