configurator.tsx must render inputs for. It is declared in block.ts via the configSchema field of Workflows.defineWorkflowBlock, and is the source of truth for the typed config argument your handlers receive.
Every schema must be rooted in a struct node. Node types are accessed via Workflows.ConfigSchema.
Composite nodes
Primitive nodes
Date and time nodes
Contact and identity nodes
Attio object nodes
Example
block.ts
See also
- Block definition: block identity and config schema
- Outcome schema: typing the data field in return values