workflow::case::get_element (public)
workflow::case::get_element -case_id case_id -element element \ [ -action_id action_id ]
Defined in packages/workflow/tcl/case-procs.tcl
Return a single element from the information about a case.
- Switches:
- -case_id (required)
- The ID of the case
- -element (required)
- The element you want
- -action_id (optional)
- If specified, will return the case information as if the given action had already been executed. This is useful for presenting forms for actions that do not take place until the user hits OK.
- Returns:
- The element you asked for
- Author:
- Lars Pind <lars@collaboraid.biz>
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.