12 lines
518 B
Python
12 lines
518 B
Python
from __future__ import unicode_literals
|
|
|
|
TEST_WORKFLOW_LABEL = 'test workflow label'
|
|
TEST_WORKFLOW_LABEL_EDITED = 'test workflow label edited'
|
|
TEST_WORKFLOW_INITIAL_STATE_LABEL = 'test initial state'
|
|
TEST_WORKFLOW_INITIAL_STATE_COMPLETION = 33
|
|
TEST_WORKFLOW_STATE_LABEL = 'test state label'
|
|
TEST_WORKFLOW_STATE_LABEL_EDITED = 'test state label edited'
|
|
TEST_WORKFLOW_STATE_COMPLETION = 66
|
|
TEST_WORKFLOW_TRANSITION_LABEL = 'test transtition label'
|
|
TEST_WORKFLOW_TRANSITION_LABEL_EDITED = 'test transtition label edited'
|