Current section

Files

Jump to
mozart priv model_mapping_files one_user_task.ex
Raw

priv/model_mapping_files/one_user_task.ex

alias Mozart.Data.ProcessModel
alias Mozart.Task.Task
%ProcessModel{
name: :one_user_task,
tasks: [
%Task{
name: :provide_loan_amount,
type: :user,
assigned_groups: ["under writing"],
next: nil
}
],
next: nil
}