workflow::case::get (public)

 workflow::case::get -case_id case_id -array array \
    [ -action_id action_id ]

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

Get information about a case. Implemented by workflow::case::fsm::get, because we do not yet support multiple workflow engines.

Switches:
-case_id
(required)
The case ID
-array
(required)
The name of an array in which information will be returned.
-action_id
(optional)
If specified, will return the case information as if the given action had already been executed. This is useful for presenting forms for actions that do not take place until the user hits OK.
Author:
Lars Pind <lars@collaboraid.biz>
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 bug_tracker::search::bug::datasource bug_tracker::search::bug::datasource (private) workflow::case::get workflow::case::get bug_tracker::search::bug::datasource->workflow::case::get callback::workflow::case::role::after_assign::impl::bug-tracker callback::workflow::case::role::after_assign::impl::bug-tracker (private) callback::workflow::case::role::after_assign::impl::bug-tracker->workflow::case::get callback::workflow::case::role::after_unassign::impl::bug-tracker callback::workflow::case::role::after_unassign::impl::bug-tracker (private) callback::workflow::case::role::after_unassign::impl::bug-tracker->workflow::case::get workflow::case::action::notify workflow::case::action::notify (public) workflow::case::action::notify->workflow::case::get workflow::case::get_element workflow::case::get_element (public) workflow::case::get_element->workflow::case::get workflow::case::fsm::get workflow::case::fsm::get (public) workflow::case::get->workflow::case::fsm::get

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