Index: openacs-4/packages/xowf/www/prototypes/online-exam.wf.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/prototypes/Attic/online-exam.wf.page,v diff -u -N --- openacs-4/packages/xowf/www/prototypes/online-exam.wf.page 21 Feb 2020 13:45:15 -0000 1.1.2.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ -# -*- tcl-*- -# The variable package_id and parent_id are provided via the caller context -xowf::Package create_new_workflow_page \ - -package_id $package_id \ - -parent_id $parent_id \ - -name en:online-exam.wf \ - -title "Online Exam Workflow" \ - -instance_attributes { - workflow_definition {::xowf::include /packages/xowf/lib/online-exam.wf} - form_constraints {} - return_url {} - }