neam/yii-workflow-core

待办事项

安装: 711

依赖项: 0

建议者: 0

安全: 0

星标: 1

关注者: 5

分支: 0

开放问题: 0

类型:yii-extension

dev-develop 2015-10-22 20:44 UTC

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');