workflow::case::get_activity_html (private)

 workflow::case::get_activity_html -case_id case_id \
    [ -action_id action_id ] [ -max_n_actions max_n_actions ] \
    [ -style style ]

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

Get the activity log for a case as an HTML chunk. If action_id is non-empty, it means that we're in the progress of executing that action, and the corresponding line for the current action will be appended.

Switches:
-case_id
(required)
The case for which you want the activity log.
-action_id
(optional)
optional action which is currently being executed.
-max_n_actions
(optional)
Limit history to the max_n_actions number of most recent actions
-style
(defaults to "activity-entry") (optional)
Returns:
Activity log as HTML
Author:
Lars Pind <lars@collaboraid.biz>

Partial Call Graph (max 5 caller/called nodes):
%3 bug_tracker::search::bug::datasource bug_tracker::search::bug::datasource (private) workflow::case::get_activity_html workflow::case::get_activity_html bug_tracker::search::bug::datasource->workflow::case::get_activity_html packages/acs-tcl/lib/page-error.tcl packages/acs-tcl/ lib/page-error.tcl packages/acs-tcl/lib/page-error.tcl->workflow::case::get_activity_html packages/bug-tracker/www/bug.tcl packages/bug-tracker/ www/bug.tcl packages/bug-tracker/www/bug.tcl->workflow::case::get_activity_html acs_community_member_url acs_community_member_url (public) workflow::case::get_activity_html->acs_community_member_url acs_package_root_dir acs_package_root_dir (public) workflow::case::get_activity_html->acs_package_root_dir acs_user::get acs_user::get (public) workflow::case::get_activity_html->acs_user::get ad_acs_kernel_id ad_acs_kernel_id (public) workflow::case::get_activity_html->ad_acs_kernel_id ad_conn ad_conn (public) workflow::case::get_activity_html->ad_conn

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