Current section

Files

Jump to
mozart lib mozart data process_model.ex
Raw

lib/mozart/data/process_model.ex

defmodule Mozart.Data.ProcessModel do
@moduledoc false
defstruct [:name, :initial_task, tasks: [], events: []]
end