workflow::case::role::assignee_remove (public)

 workflow::case::role::assignee_remove -case_id case_id \
    -role_id role_id -party_id party_id

Defined in packages/workflow/tcl/case-procs.tcl

Remove an assignee from this role

Switches:
-case_id
(required)
the ID of the case.
-role_id
(required)
the ID of the role to remove the assignee from.
-party_id
(required)
the ID of party to remove from the role
Author:
Peter Marklund

Partial Call Graph (max 5 caller/called nodes):
%3 callback callback (public) db_dml db_dml (public) workflow::case::role::flush_cache workflow::case::role::flush_cache (private) workflow::case::role::assignee_remove workflow::case::role::assignee_remove workflow::case::role::assignee_remove->callback workflow::case::role::assignee_remove->db_dml workflow::case::role::assignee_remove->workflow::case::role::flush_cache

Testcases:
No testcase defined.
[ show source ]
Show another procedure: