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.Documentation Index
Fetch the complete documentation index at: https://juo.dev/llms.txt
Use this file to discover all available pages before exploring further.
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
- Custom subscription validation rules
- Business process automation
- Integration with external systems
- Custom data transformations
- Conditional business logic execution