abstract base class for transitions

schema BaseTransition BaseTransition name (String) type (String) description (String) description_format (String) RQLExpression RQLExpression exprtype (String) mainvars (String) expression (String) BaseTransition->RQLExpression condition 0..n 0..1 Workflow Workflow name (String) description (String) description_format (String) BaseTransition->Workflow transition_of 0..n TrInfo TrInfo comment (String) comment_format (String) tr_count (Int) TrInfo->BaseTransition by_transition 0..1 0..n State State name (String) description (String) description_format (String) State->BaseTransition allowed_transition 0..n 0..n WorkflowTransition WorkflowTransition name (String) type (String) description (String) description_format (String) WorkflowTransition->BaseTransition Parent class Transition Transition name (String) type (String) description (String) description_format (String) Transition->BaseTransition Parent class

Attributes

name (7)typedefault valuerequiredconstraintsdescriptionoptions
name (name)Stringyessize <= 256indexed,internationalizable
type (type)Stringnormalnovalue in ('normal', 'auto')
size <= 6
description (description)Stringno

semantic description of this transition

description_format (format)Stringtext/plainnovalue in ('text/rest', 'text/markdown', 'text/html', 'text/plain')
size <= 50
internationalizable
modification_date (modification date)International date and timeyes

latest modification time of an entity

creation_date (creation date)International date and timeyes

creation time of an entity

cwuri (internal uri)Stringyes

internal entity uri

Relations

BaseTransition is subject of:
name (8)object typecardinalityconstraintsoptions
condition (condition)RQLExpression (RQL expression)0..ncomposite=subject
created_by (created by)CWUser (User)0..1
cw_source (source)CWSource (Data source)1composite=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)1inlined,composite=object
BaseTransition is object of:
name (2)subject typecardinalityconstraintsoptions
allowed_transition (incoming states)State (State)0..nRQLConstraint(DISTINCT Any O,S WHERE S state_of WF, O transition_of WF)
by_transition (transition information)TrInfo (Transition information)0..1inlined