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):
%3 db_string db_string (public) workflow::case::get_log_data_by_key workflow::case::get_log_data_by_key workflow::case::get_log_data_by_key->db_string

Testcases:
No testcase defined.
[ show source ]
Show another procedure: