Class COOSYSTEM@1.1:TransactionVariables Permanent link for this heading

An object of this class is used for transaction variables of software components.

Class Hierarchy

Object > ComponentObject > TransactionVariables

Properties Permanent link for this heading

Type

Property

Name

Object[]

TV_CONTACTLIST

Contact List From E-Mail

Object

TV_REG_OBJ

Registration Object

Object

TV_REGTARGET_OBJ

Registration Target Object

AttributeObjectDef

TV_REGTARGET_VIEW

Registration Target View

SelectionContext

TV_SEARCH_INITAL_SELECTIONCONTEXT

Selection Context on Search Start

Object

TV_SELECTIONCONTAINER

Container of Selection Context for Methods

SelectionContext

TV_SELECTIONCONTEXT

Selection Context for Methods

ActivityInstance

WFVAR_ACTIVITY

Activity Instance

ActivityInstance[]

WFVAR_ALLACTIVITIES

All Affected Activity Instances

Object[]

WFVAR_ALLOBJECTS

All Affected Objects of Processes

ProcessInstance[]

WFVAR_ALLPROCESSES

All Affected Processes

integer

WFVAR_CASERESULT

Result of Switch Evaluation

boolean

WFVAR_CONDRESULT

Result of Condition Evaluation

string

WFVAR_GATEWAY_PATHREFERENCE

Reference of the Outgoing Sequence Flow

ProcessInstance

WFVAR_PROCESS

Process

Object

WFVAR_THIS

Object of Process

integer

WFVAR_WORKITEM

Index of Work Item

Properties Permanent link for this heading


Contact List From E-Mail (FSCFOLIO@1.1001:TV_CONTACTLIST) Permanent link for this heading

Stores the selected contact see CategorizeMailApp.

Object[] FSCFOLIO@1.1001:TV_CONTACTLIST readonly(ui)


Registration Object (FSCFOLIO@1.1001:TV_REG_OBJ) Permanent link for this heading

This variable can be used to define a different object than the current object to be registered.
The value of the variable is considered in action DoRegisterIncoming.

Object FSCFOLIO@1.1001:TV_REG_OBJ readonly(ui)


Registration Target Object (FSCFOLIO@1.1001:TV_REGTARGET_OBJ) Permanent link for this heading

The currently selected value of property objregistrationtarget during registration is available in the transaction variable.
The value of this transaction variable is initialized with the value of objregistrationtarget if the registration target attribute is visible on the registration form.
In context of DoRegisterIncoming the variable is used to read the registration target to skip reading the configured registration target attribute configured at the incoming category (icregistrationtargetattr).

Object FSCFOLIO@1.1001:TV_REGTARGET_OBJ readonly(ui)


Registration Target View (FSCFOLIO@1.1001:TV_REGTARGET_VIEW) Permanent link for this heading

This variable defines the list of the registration target the registered object is shared into.
The variable can be used to override the suggested values of action SelectRegistrationTargetView.

AttributeObjectDef FSCFOLIO@1.1001:TV_REGTARGET_VIEW readonly(ui)


Selection Context on Search Start (COOSEARCH@1.1:TV_SEARCH_INITAL_SELECTIONCONTEXT) Permanent link for this heading

Stores the selection context before the search dialog is started.
This variable is used to retrieve the initial selection context when the search was triggered control started.

SelectionContext COOSEARCH@1.1:TV_SEARCH_INITAL_SELECTIONCONTEXT readonly


Container of Selection Context for Methods (COODESK@1.1:TV_SELECTIONCONTAINER) Permanent link for this heading

Object COODESK@1.1:TV_SELECTIONCONTAINER readonly(ui)


Selection Context for Methods (COODESK@1.1:TV_SELECTIONCONTEXT) Permanent link for this heading

SelectionContext COODESK@1.1:TV_SELECTIONCONTEXT readonly(ui)


Activity Instance (COOWF@1.1:WFVAR_ACTIVITY) Permanent link for this heading

The activity instance is accessible in the transaction variable during execution of a work item.

ActivityInstance COOWF@1.1:WFVAR_ACTIVITY readonly


All Affected Activity Instances (COOWF@1.1:WFVAR_ALLACTIVITIES) Permanent link for this heading

All activities are accessible in the transaction variable during execution of a work item when multiple activities are processed

ActivityInstance[] COOWF@1.1:WFVAR_ALLACTIVITIES readonly


All Affected Objects of Processes (COOWF@1.1:WFVAR_ALLOBJECTS) Permanent link for this heading

All objects of the processes are accessible in the transaction variable during execution of a work item when multiple activities are processed

Object[] COOWF@1.1:WFVAR_ALLOBJECTS readonly


All Affected Processes (COOWF@1.1:WFVAR_ALLPROCESSES) Permanent link for this heading

All processes of the activity instances are accessible in the transaction variable during execution of a work item when multiple activities are processed

ProcessInstance[] COOWF@1.1:WFVAR_ALLPROCESSES readonly


Result of Switch Evaluation (COOWF@1.1:WFVAR_CASERESULT) Permanent link for this heading

The index of the activated path of the evaluated case.

unsigned integer COOWF@1.1:WFVAR_CASERESULT readonly


Result of Condition Evaluation (COOWF@1.1:WFVAR_CONDRESULT) Permanent link for this heading

The result of the evaluated condition of a conditional element.

boolean COOWF@1.1:WFVAR_CONDRESULT readonly


Reference of the Outgoing Sequence Flow (COOWF@1.1:WFVAR_GATEWAY_PATHREFERENCE) Permanent link for this heading

Stores the reference of the current gateway path to the instance element.

string COOWF@1.1:WFVAR_GATEWAY_PATHREFERENCE readonly


Process (COOWF@1.1:WFVAR_PROCESS) Permanent link for this heading

The process instance of the activity is accessible in the transaction variable during execution of a work item.

ProcessInstance COOWF@1.1:WFVAR_PROCESS readonly


Object of Process (COOWF@1.1:WFVAR_THIS) Permanent link for this heading

The object of the process is accessible in the transaction variable during execution of a work item.

Object COOWF@1.1:WFVAR_THIS readonly


Index of Work Item (COOWF@1.1:WFVAR_WORKITEM) Permanent link for this heading

The index of the executed work item of the activity instance is accessible in the transaction variable.

unsigned integer COOWF@1.1:WFVAR_WORKITEM readonly