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 (optional, defaults to
"activity-entry"
)- Returns:
- Activity log as HTML
- Author:
- Lars Pind <lars@collaboraid.biz>
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.