Mozart.ProcessService (Mozart v0.1.9)

This modeule provides services required by individual Mozart.ProcessEngine instances. Currently, it has no user level functions. Subject to change.

Summary

Functions

Returns the state of the completed process corresponding to the process engine's uid

Get a user task by uid

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.

Functions

Link to this function

get_completed_process(uid)

Returns the state of the completed process corresponding to the process engine's uid

Link to this function

get_user_task(uid)

Get a user task by uid

Link to this function

get_user_tasks_for_groups(groups)

Returns the user tasks that can be completed by users belonging to one of the input groups.

Link to this function

get_user_tasks_for_user(user_id)

Get user tasks eligible for assignment and completion by the specified user.

Link to this function

insert_completed_process(process_state)