FunctionAction
Shared request and response schema. Request: Python-only reaction action accepted with executable code and input values. The return value is ignored, so the action is used for side effects. Response: Python-only reaction action returned with executable code and input values. The return value is ignored, so the action is used for side effects.
on_failure object
Compensating action, run when this action raises. 1-depth only.
- object
- null
Possible values: [function, notification, ontology]
- function
- notification
- ontology
Possible values: [pipeline, batch, access, system, agent, infra]
collection object
- string
- null
resource object
- string
- null
payload object
recipients objectrequired
Notification recipient predicates. Users, groups, collection readers, and broadcast recipients are combined and deduplicated. A request with no predicates is rejected with 422; a valid predicate that resolves to no users creates zero deliveries.
User identifiers that should receive the notification directly.
Group identifiers whose members should receive the notification.
collection object
Collection whose readers should receive the notification.
- string
- null
Whether every active user should receive the notification.
falseon_failure object
Compensating action, run when this action raises. 1-depth only.
- object
- null
Possible values: [function, notification, ontology]
- function
- notification
- ontology
on_failure object
Compensating action, run when this action raises. 1-depth only.
- object
- null
Possible values: [function, notification, ontology]
- function
- notification
- ontology
EntityType.id or RelationType.id
Possible values: [upsert, delete]
values objectrequired
Row values for upsert / delete key
Row values for upsert / delete key
on_failure object
Compensating action, run when this action raises. 1-depth only.
- object
- null
Possible values: [function, notification, ontology]
- function
- notification
- ontology
Possible values: [pipeline, batch, access, system, agent, infra]
collection object
- string
- null
resource object
- string
- null
payload object
recipients objectrequired
Notification recipient predicates. Users, groups, collection readers, and broadcast recipients are combined and deduplicated. A request with no predicates is rejected with 422; a valid predicate that resolves to no users creates zero deliveries.
User identifiers that should receive the notification directly.
Group identifiers whose members should receive the notification.
collection object
Collection whose readers should receive the notification.
- string
- null
Whether every active user should receive the notification.
falseon_failure object
Compensating action, run when this action raises. 1-depth only.
- object
- null
Possible values: [function, notification, ontology]
- function
- notification
- ontology
EntityType.id or RelationType.id
Possible values: [upsert, delete]
values objectrequired
Row values for upsert / delete key
Row values for upsert / delete key
functionpythonPython function body executed by this action.
params object
Bound parameters passed to the function
Bound parameters passed to the function
{
"on_failure": {
"kind": "ontology",
"target_id": "string",
"op": "upsert",
"values": {}
},
"kind": "function",
"language": "python",
"code": "string",
"params": {}
}