xowf::WorkflowPage instproc wf_context (public)

 <instance of xowf::WorkflowPage[i]> wf_context [ ctx ]

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

Return for a workflow page the workflow context object. The same function can be used as well for setting the workflow context at the first places (e.g. on initialization of the wf-context).

Parameters:
ctx (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 test_create_workflow_with_instance create_workflow_with_instance (test xowf) xowf::WorkflowPage instproc wf_context xowf::WorkflowPage instproc wf_context test_create_workflow_with_instance->xowf::WorkflowPage instproc wf_context

Testcases:
create_workflow_with_instance
Source code:
if {$ctx ne ""} {
  set :_wf_context $ctx
}
return ${:_wf_context}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: