workflow::case::get_log_data_by_key (public)
workflow::case::get_log_data_by_key -entry_id entry_id -key key
Defined in packages/workflow/tcl/case-procs.tcl
Retrieve extra data for a workflow log entry, previously stored using workflow::case::add_log_data.
- Switches:
- -entry_id (required)
- The ID of the log entry to which the data you want are attached.
- -key (required)
- The key of the data you're looking for.
- Returns:
- The value, or the empty string if no such key exists for this entry.
- Author:
- Lars Pind <lars@collaboraid.biz>
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: db_string select_log_data {} -default {}Generic XQL file: <fullquery name="workflow::case::get_log_data_by_key.select_log_data"> <querytext> select value from workflow_case_log_data where entry_id = :entry_id and key = :key </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