neam / yii-workflow-core
待办事项
dev-develop
2015-10-22 20:44 UTC
Requires
- php: >=5.4.0
- neam/yii-i18n-tools: dev-develop
- yiisoft/yii: >=1.1.0
This package is not auto-updated.
Last update: 2024-09-14 15:16:32 UTC
README
目前支持的流程
const ACTION_BROWSE = 'browse';
const ACTION_VIEW = 'view';
const ACTION_ADD = 'add';
const ACTION_EDIT = 'edit';
const ACTION_CLONE = 'clone';
const ACTION_REMOVE = 'remove';
const ACTION_PREVIEW = 'preview';
const ACTION_TRANSLATE = 'translate';
const ACTION_TRANSLATION_OVERVIEW = 'translationOverview';
const ACTION_EVALUATE = 'evaluate';
const ACTION_PROOFREAD = 'proofread';
const ACTION_APPROVE = 'approve';
const ACTION_PUBLISH = 'publish';
const ACTION_PREPARE_FOR_REVIEW = 'prepareForReview';
const ACTION_PREPARE_FOR_PUBLISHING = 'prepareForPublishing';
const ACTION_CANCEL = 'cancel';
配置
require($applicationDirectory . '/../vendor/neam/yii-workflow-core/config/yii-workflow-core.php');