Using drag & drop gestures, rules can be clicked together easily and quickly.
Conditions and Actions
Appway uses condition-action (CA) business rules. A CA business rule consists of a condition part (the antecedence) and an action part (the consequence). Appway's rule engine supports forward-chaining (procedural logic) which allows for very efficient handling of CA rules.
Actions can do anything. They can produce PDF Output or Screens. They can be used to show or hide Screen sections. In PDF Outputs or Dynamic Documents, Rules can be used to construct complex output statements such as full addresses. In Workflows, rules can be used to select a participant to forward a work item to, or to calculate the set of PDF documents to generate for a certain business activity such as account opening documentation.
Script actions give access to many more interesting features: send email or SMS, communicate with your VoIP gateway, start a new workflow instance, import or export runtime data.
In addition to Business Rules, Appway supports inline rules in the form of boolean expressions. These are used to evaluate values controlling the display logic, process flow or gateway rules.