source: branches/1.2/workflow/inc/engine/compiler/_shared_pre.php @ 1349

Revision 1349, 188 bytes checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1<?php
2//Code shared by all the activities (pre)
3if (isset($_REQUEST['__Cancel']))
4{
5  // user want to leave this activity,
6  $GLOBALS['workflow']['__leave_activity']=true;
7}
8         
9?>
Note: See TracBrowser for help on using the repository browser.