Runic.Workflow.Fact (Runic v0.1.0-alpha.7)

Copy Markdown View Source

Summary

Types

hash()

@type hash() :: integer() | binary()

t()

@type t() :: %Runic.Workflow.Fact{
  ancestry: {hash(), hash()},
  hash: hash(),
  meta: map(),
  value: term()
}

Functions

new(params)