Skip to main content

Module bpmn_delegate_api

Module bpmn_delegate_api 

Source

Enums§

CreateBpmnDelegateBindingError
struct for typed errors of method create_bpmn_delegate_binding
DeleteBpmnDelegateBindingError
struct for typed errors of method delete_bpmn_delegate_binding
GetBpmnDelegateBindingError
struct for typed errors of method get_bpmn_delegate_binding
ImportBpmnDelegateBindingsError
struct for typed errors of method import_bpmn_delegate_bindings
ListBpmnDelegateBindingsError
struct for typed errors of method list_bpmn_delegate_bindings
ListUnboundBpmnDelegatesError
struct for typed errors of method list_unbound_bpmn_delegates
UpdateBpmnDelegateBindingError
struct for typed errors of method update_bpmn_delegate_binding

Functions§

create_bpmn_delegate_binding
delete_bpmn_delegate_binding
get_bpmn_delegate_binding
import_bpmn_delegate_bindings
bpmn delegates import’s write side (#926). Upserts by (key_kind, delegate_key), not by path – a key that is already bound keeps its existing path and is updated in place, so importing the same file twice is idempotent rather than duplicate-accumulating. Requires admin, in addition to the same per-row authorization create/update apply: a whole-file import decides what an entire estate’s delegates execute, not one element’s.
list_bpmn_delegate_bindings
list_unbound_bpmn_delegates
bpmn delegates export’s deliverable (#926). RLS-scoped like every other operation here: what a caller sees is exactly the set of bindings they would need to add for their own deploy to stop failing, not a workspace-wide list of everyone’s models.
update_bpmn_delegate_binding