workflow::deputy::new (public)
workflow::deputy::new [ -user_id user_id ] -deputy_id deputy_id \ -start_day start_day -end_day end_day [ -message message ]
Defined in packages/workflow/tcl/deputy-procs.tcl
Create a new deputizing period for a user during which workflow tasks will be assigned to a deputee.
- Switches:
- -user_id (optional)
- The id of the user that is deputizing
- -deputy_id (required)
- The id of the user to deputize to
- -start_day (required)
- The start date of the deputizing period. Must be on ANSI format "YYYY-MM-DD"
- -end_day (required)
- The end date of the deputizing period. Must be on ANSI format "YYYY-MM-DD"
- -message (optional)
- Any message describing the deputizing
- Author:
- Peter Marklund
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.