Current section

Files

Jump to
mozart lib mozart task decision.ex
Raw

lib/mozart/task/decision.ex

defmodule Mozart.Task.Decision do
defstruct [
:name,
:next,
:uid,
:tablex,
:decision_args,
type: :decision
]
end