xowf::WorkflowPage instproc wf_context (public)

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

Defined in /var/www/openacs.org/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)

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: