compute
compute nodes run synchronous logic without rendering UI.
Summary
- Placement: Mid-flow.
- Context: Client apps and backend apps.
- Visual: No.
- Level: Intermediate (requires understanding of state structure).
- Purpose: Apply rules, process variables, or triggers without showing UI.
- Support actions such as
set_var, math operations, array updates, and emitting custom events. - Can call named logic snippets or macros for reuse across campaigns.
- Provide explicit outputs (
next,error,goto) so authors can branch on computation results.
Last updated on