Current section

Files

Jump to
mozart lib mozart task user.ex
Raw

lib/mozart/task/user.ex

defmodule Mozart.Task.User do
@moduledoc false
defstruct [
:name,
:function,
:uid,
:next,
:inputs,
:outputs,
:start_time,
:finish_time,
:duration,
:business_key,
:process_uid,
assigned_groups: [],
complete: false,
type: :user
]
end