workflow::case::get_activity_log_info (private)
workflow::case::get_activity_log_info -case_id case_id
Defined in packages/workflow/tcl/case-procs.tcl
Get the data for the case activity log.
- Switches:
- -case_id (required)
- Returns:
- a list of array-lists with the following entries: comment comment_mime_type creation_date_pretty action_pretty_past_tense log_title user_first_names user_last_name user_email creation_user data_arraylist
- Author:
- Lars Pind
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: global __cache__workflow__case__get_activity_log_info if { ![info exists __cache__workflow__case__get_activity_log_info] } { set __cache__workflow__case__get_activity_log_info [get_activity_log_info_not_cached -case_id $case_id] } return $__cache__workflow__case__get_activity_log_infoGeneric XQL file: 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