View Source WorkflowMetal.Storage.Schema.Place (workflow_metal v0.2.1)

Present a place.

There is one :start, one :end, and several :normal places in a workflow.

type

Type

  • :normal
  • :start
  • :end

Link to this section Summary

Link to this section Types

Specs

id() :: term()

Specs

metadata() :: map() | nil

Specs

t() :: %WorkflowMetal.Storage.Schema.Place{
  id: id(),
  metadata: metadata() | nil,
  type: type(),
  workflow_id: workflow_id()
}

Specs

type() :: :start | :normal | :end

Specs