special transition allowing to go through a sub-workflow |
Parent class:BaseTransition (Transition (abstract))
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
WorkflowTransition is subject of:
| name (8) | object type | cardinality | constraints | options |
|---|---|---|---|---|
| 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 | ||
| subworkflow (subworkflow) | Workflow (Workflow) | 1 | RQLConstraint(DISTINCT Any O,S WHERE S transition_of WF, WF workflow_of ET, O workflow_of ET) | inlined |
| subworkflow_exit (subworkflow exit) | SubWorkflowExitPoint (Subworkflow exit-point) | 0..n | composite=subject | |
| transition_of (transition of) | Workflow (Workflow) | 1 | inlined,composite=object |