Mozart.ProcessService (Mozart v0.1.4)
Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.init/1
.
Functions
Link to this function
assign_user_task(task, user_id)
Link to this function
cache_pe_state(uid, pe_state)
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
clear_state()
Link to this function
clear_user_tasks()
Link to this function
complete_user_task(ppid, user_task, data)
Link to this function
get_cached_state(uid)
Link to this function
get_completed_process(uid)
Link to this function
get_completed_processes()
Link to this function
get_process_instances()
Link to this function
get_process_ppid(process_uid)
Link to this function
get_state()
Link to this function
get_tasks_for_groups(groups, state)
Link to this function
get_user_tasks()
Link to this function
get_user_tasks(user_id)
Link to this function
init(init_arg)
Callback implementation for GenServer.init/1
.
Link to this function
insert_user_task(task)
Link to this function
process_completed_process_instance(process_state)
Link to this function
register_process_instance(uid, pid)
Link to this function