Apps are currently part of a private beta program and are not publicly
available.
Access to the Apps platform requires approval from the Juo team.
Workflows enable developers to run custom business logic on the Juo platform securely and efficiently. This extensibility area allows you to adjust or create business logic that executes when specific triggers occur in the platform.
How workflows work
- Custom logic: Write custom functions that implement your business rules and processes
- WebAssembly execution: Functions are compiled to WASI-compatible WebAssembly code for secure, efficient execution
- Trigger-based: Workflows execute automatically when subscribed triggers occur in the platform
- Secure execution: All workflow code runs in an isolated, sandboxed environment
Workflows are ideal for scenarios such as:
- Custom subscription validation rules
- Business process automation
- Integration with external systems
- Custom data transformations
- Conditional business logic execution