Index: openacs-4/packages/xowf/www/prototypes/edit-interaction.wf.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/www/prototypes/Attic/edit-interaction.wf.page,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowf/www/prototypes/edit-interaction.wf.page 29 Jul 2020 11:53:27 -0000 1.1.2.1 @@ -0,0 +1,12 @@ +# -*- 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/edit-interaction.wf} + form_constraints {} + return_url {} + }