xowf::WorkflowPage instproc call_action (public)

 <instance of xowf::WorkflowPage[i]> call_action [ -action action ] \
    [ -attributes attributes ]

Defined in packages/xowf/tcl/xowf-procs.tcl

Call the specified action in the current workflow instance. The specified attributes are provided like form_parameters to the action of the workflow.

Switches:
-action
(optional)
-attributes
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
if {![:is_wf_instance]} {
  error "Page [self] is not a Workflow Instance"
}

set actionObj [:get_action_obj -action $action]
return [$actionObj invoke -attributes $attributes]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: