xowf::WorkflowPage instproc schedule_job (public)

 <instance of xowf::WorkflowPage[i]> schedule_job -time time  \
    [ -party_id party_id ] cmd

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

Schedule the specified Tcl command for the current package instance at the given time.

Switches:
-time
(required)
-party_id
(optional)
Parameters:
cmd

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

Testcases:
No testcase defined.
Source code:
:log "-at $time"
set j [::xowf::atjob new  -time $time  -party_id $party_id  -cmd $cmd  -url [:pretty_link]  -object [self]]
$j persist
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: