neam / yii-workflow-core
todo
Installs: 711
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
Type:yii-extension
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-11-23 16:16:13 UTC
README
currently supported workflows:
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';
config
require($applicationDirectory . '/../vendor/neam/yii-workflow-core/config/yii-workflow-core.php');