Ex4pmDomain.Manager (ex4pm v26.9.9)

Copy Markdown View Source

High-level transactional management interface for the OCEL 2.0 Process Intelligence Control Plane.

Summary

Functions

Inserts an event record.

Links an event to an object.

Links an object to an object.

Lists all registered agents.

Lists recent events, optionally limited.

Records a conformance result.

Records a receipt.

Records a refusal.

Records or updates an agent in the control plane.

Inserts or updates an object.

Records or updates an agent run in the control plane.

Functions

create_event(attrs)

Inserts an event record.

create_event_object(attrs)

Links an event to an object.

create_object_object(attrs)

Links an object to an object.

list_agents()

Lists all registered agents.

list_events(limit \\ 100)

Lists recent events, optionally limited.

record_conformance(attrs)

Records a conformance result.

record_receipt(attrs)

Records a receipt.

record_refusal(attrs)

Records a refusal.

upsert_agent(attrs)

Records or updates an agent in the control plane.

upsert_object(attrs)

Inserts or updates an object.

upsert_run(attrs)

Records or updates an agent run in the control plane.