Actions
Configuring actions for your event
export const birthEvent = defineConfig({
id: 'birth',
actionOrder: [
ActionType.ASSIGN,
ActionType.REGISTER,
ActionType.DECLARE,
ActionType.EDIT,
ActionType.MARK_AS_DUPLICATE,
'MY_CUSTOM_ACTION_TYPE',
ActionType.REJECT,
ActionType.ARCHIVE,
ActionType.DELETE,
ActionType.PRINT_CERTIFICATE,
ActionType.REQUEST_CORRECTION,
ActionType.UNASSIGN
],
actions: [
// 'actions' must contain all core action configurations,
// and additionally it may contain any number of custom action configurations
],
// label, declaration, title, summary, flags, ...
})Action conditionals
ActionConditional schema
Action triggers
Scopes
Last updated