abstract base class for transitions |
Attributes
| name (7) | type | default value | required | constraints | description | options |
|---|---|---|---|---|---|---|
| name (name) | String | yes | size <= 256 | indexed,internationalizable | ||
| type (type) | String | normal | no | value in ('normal', 'auto') size <= 6 | ||
| description (description) | String | no |
semantic description of this transition | |||
| description_format (format) | String | text/plain | no | value in ('text/rest', 'text/markdown', 'text/html', 'text/plain') size <= 50 | internationalizable | |
| modification_date (modification date) | International date and time | yes |
latest modification time of an entity | |||
| creation_date (creation date) | International date and time | yes |
creation time of an entity | |||
| cwuri (internal uri) | String | yes |
internal entity uri |
Relations
BaseTransition is subject of:
| name (8) | object type | cardinality | constraints | options |
|---|---|---|---|---|
| condition (condition) | RQLExpression (RQL expression) | 0..n | composite=subject | |
| created_by (created by) | CWUser (User) | 0..1 | ||
| cw_source (source) | CWSource (Data source) | 1 | composite=object | |
| is (is) | CWEType (Entity type) | 1 | ||
| is_instance_of (is instance of) | CWEType (Entity type) | 1..n | ||
| owned_by (owned by) | CWUser (User) | 0..n | ||
| require_group (require the group) | CWGroup (Group) | 0..n | ||
| transition_of (transition of) | Workflow (Workflow) | 1 | inlined,composite=object |
BaseTransition is object of:
| name (2) | subject type | cardinality | constraints | options |
|---|---|---|---|---|
| allowed_transition (incoming states) | State (State) | 0..n | RQLConstraint(DISTINCT Any O,S WHERE S state_of WF, O transition_of WF) | |
| by_transition (transition information) | TrInfo (Transition information) | 0..1 | inlined |