Index: openacs-4/contrib/packages/simulation/www/doc/workflow-extensions.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/doc/Attic/workflow-extensions.html,v diff -u -r1.2 -r1.3 --- openacs-4/contrib/packages/simulation/www/doc/workflow-extensions.html 17 Nov 2003 14:46:58 -0000 1.2 +++ openacs-4/contrib/packages/simulation/www/doc/workflow-extensions.html 20 Nov 2003 11:51:23 -0000 1.3 @@ -320,9 +320,9 @@ Action.CanEnableP -> (CanEnabledP): Gets called when an action is about to be enabled, and can be used to prevent the action from actually being enabled. This will only get called once - for enabled actions, so if the callback refuses to let the action - become enabled, it will not get called again until the next time - the action would have become enabled. If the callback refuses, the + per case state change, so if the callback refuses to let the action + become enabled, it will not be asked again until the next time + the case's state changes. If the callback refuses, the enabled_state of the row in workflow_case_enabled_actions will be set to 'refused'.