workflow::case::add_log_data (public)

 workflow::case::add_log_data -entry_id entry_id -key key -value value

Defined in packages/workflow/tcl/case-procs.tcl

Adds extra data information to a log entry, which can later be retrieved using workflow::case::get_log_data_by_key. Data are stored as simple key/value pairs.

Switches:
-entry_id (required)
The ID of the log entry to which you want to attach data.
-key (required)
The data key.
-value (required)
The data value
Author:
Lars Pind <lars@collaboraid.biz>
See Also:

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