Create and manage business logic components that can be reused across multiple processes in your FlowX applications.
Access the Functions section
Configure basic settings
Define the data model
Configure input parameters
Set output parameters
Implement the business logic
Test your function
Single responsibility
Clear interfaces
Self-contained logic
Predictable behavior
Function not executing
Unexpected output
Performance issues