workflow::get_element (public)
workflow::get_element -workflow_id workflow_id -element element
Defined in packages/workflow/tcl/workflow-procs.tcl
Return a single element from the information about a workflow.
- Switches:
- -workflow_id (required)
- The ID of the workflow
- -element (required)
- Returns:
- The element you asked for
- Author:
- Lars Pind <lars@collaboraid.biz>
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: get -workflow_id $workflow_id -array row return $row($element)Generic XQL file: packages/workflow/tcl/workflow-procs.xql
PostgreSQL XQL file: packages/workflow/tcl/workflow-procs-postgresql.xql
Oracle XQL file: packages/workflow/tcl/workflow-procs-oracle.xql