Ex4pmCore.ProcessIR.ObjectType (ex4pm v26.9.9)

Copy Markdown View Source

An object type definition in an object-centric process.

Summary

Types

t()

@type t() :: %Ex4pmCore.ProcessIR.ObjectType{
  attributes: map(),
  cardinality: :one | :many | String.t(),
  id: String.t(),
  lifecycle_states: [String.t()],
  metadata: map(),
  name: String.t() | nil
}