workflow::case::get_log_data (public)
workflow::case::get_log_data -entry_id entry_id
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.
- Returns:
- A tcl list of key/value pairs in array-list format, i.e. { key1 value1 key2 value2 ... }.
- Author:
- Lars Pind <lars@collaboraid.biz>
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.