Business logic
Business logic is where Moltaro behavior moves beyond manual record editing. Use it for validation, derived values, actions, triggers, schedules, integrations, and C# extensions when the operation needs rules that configuration alone cannot express clearly.
User documentation explains automation at a workflow level. This section is for choosing the right logic surface, implementing it deliberately, and diagnosing what happened when it runs.
Main areas
Section titled “Main areas”- Declarative logic for field behavior, statements, and presentation rules.
- Entity-scoped logic for behavior attached to one record type.
- Global logic for shared functions, schedules, and endpoint-level automation.
- C# business logic for workspace operational code and reusable package runtime code.
- Operations and diagnostics for run history, failures, retries, and support workflows.