Basic action definition
Form action
Effects
Form
The most common type of action
Analyze your process
Use our analytics software to understand your data and act on it
Widget library
Customize the look and feel of your process
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const form: BetterFormDef = {...};
const effects = [...],
export const placeOrder: IActionDef = {
key: 'placeOrder',
title: 'Place order',
icon: 'lucide_BadgePlus',
form: form,
effects: effects,
answerableComments: ['comment']
};