Mozart.ProcessService (Mozart v0.3.5)
This modeule provides a set of utility services.
Summary
Functions
Completes a user task.
Returns the state of the completed process corresponding to the process engine's uid
Returns the data accumulated by the completed process
Retrieves a process model by name.
Returns the user tasks that can be completed by users belonging to one of the input groups.
Get user tasks eligible for assignment and completion by the specified user.
Loads a single process model in the repository.
Loads a list of process model into the state of the ProcessService.
Functions
complete_user_task(process_uid, user_task_uid, data)
Completes a user task.
get_completed_process(uid)
Returns the state of the completed process corresponding to the process engine's uid
get_completed_process_data(uid)
Returns the data accumulated by the completed process
get_process_model(model_name)
Retrieves a process model by name.
get_user_tasks_for_groups(groups)
Returns the user tasks that can be completed by users belonging to one of the input groups.
get_user_tasks_for_user(user_id)
Get user tasks eligible for assignment and completion by the specified user.
load_process_model(model)
Loads a single process model in the repository.
load_process_models(models)
Loads a list of process model into the state of the ProcessService.