Skip to main content
There’s multiple type of actions, with the most common type being the form action. After submission, a business logic called effects is usually executed.

Basic action definition

const form: BetterFormDef = {...};
const effects = [...],

export const placeOrder: IActionDef = {
  key: 'placeOrder',
  title: 'Place order',
  icon: 'lucide_BadgePlus',
  form: form,
  effects: effects,
  answerableComments: ['comment']
};

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