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):
- Testcases:
- No testcase defined.
Source code: db_dml delete_assignee {} callback workflow::case::role::after_unassign -case_id $case_id -party_id $party_id workflow::case::role::flush_cache -case_id $case_idGeneric XQL file: <fullquery name="workflow::case::role::assignee_remove.delete_assignee"> <querytext> delete from workflow_case_role_party_map where case_id = :case_id and role_id = :role_id and party_id = :party_id </querytext> </fullquery>packages/workflow/tcl/case-procs.xql
PostgreSQL XQL file: packages/workflow/tcl/case-procs-postgresql.xql
Oracle XQL file: packages/workflow/tcl/case-procs-oracle.xql