xowf::WorkflowPage instproc schedule_job (public)
<instance of xowf::WorkflowPage> schedule_job -time time \ [ -party_id party_id ] cmd
Defined in /var/www/openacs.org/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 (required)
- 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 persistXQL Not present: Generic, PostgreSQL, Oracle