Ex4pm.Claim (ex4pm v26.9.9)

Copy Markdown View Source

A verified or pending claim in the process intelligence system.

Summary

Types

t()

@type t() :: %Ex4pm.Claim{
  constraints: map(),
  evidence: map(),
  id: String.t(),
  kind: atom(),
  reason: String.t() | nil,
  standing: atom()
}