2022 June Release

Struct COOWF@1.1:ArchivedActivityStatistic Permanent link for this heading

The statistic of an activity instance

Properties Permanent link for this heading

Type

Property

Name

date

actinstcompletedat

Completed on/at

WorkFlowParticipant

actinstparticipant

Workflow Participant

date

actinstreceivedat

Received on/at

date

actinststartedat

Started on/at

ActivityInstanceState

actinststate

State of Activity

LanguageStringList[]

actinsttitle

Title

integer

actstateffectivetime

Effective Time From Submission Until Completion

string(32)

actstateffectivetimestr

Effective Time From Submission Until Completion

integer

actstatreceivedtime

Waiting Period From Submission Until Start

string(32)

actstatreceivedtimestr

Waiting Period From Submission Until Start

integer

actstatstartedtime

Working Period After Start

string(32)

actstatstartedtimestr

Working Period After Start

integer

actstatsubmittedtime

Waiting Period Until Submission

string(32)

actstatsubmittedtimestr

Waiting Period Until Submission

integer

actstattotaltime

Total Time

string(32)

actstattotaltimestr

Total Time

Properties Permanent link for this heading


Completed on/at (COOWF@1.1:actinstcompletedat) Permanent link for this heading

Defines the date and time the activity instance was completed. This property is set automatically and must not be changed afterwards.

date COOWF@1.1:actinstcompletedat local readonly


Workflow Participant (COOWF@1.1:actinstparticipant) Permanent link for this heading

Defines the organization element which is concerned by the activity instance. An activity instance can be prescribed to a user, a group, a position, an organizational unit type, a position in context of a group or a position in context of an organizational unit type. The workflow participant can be defined as an abstract participant, too. The abstract participant is evaluated and stored in this property when the state of the activity instance changes from "Waiting" to "Startable". Changes of the evaluated properties (e.g. the object owner) made afterwards are not considered.
It is also possible to define a person who is not a system user. In this case a system user who substitutes this person must be defined.
If the activity instance is created from an activity definition, this property is initialized with the value of actdefparticipant.

unique WorkFlowParticipant COOWF@1.1:actinstparticipant not null readonly


Received on/at (COOWF@1.1:actinstreceivedat) Permanent link for this heading

Defines the date and time the concerned user(s) received the activity instance in their worklist. This property is set automatically and must not be changed afterwards.

date COOWF@1.1:actinstreceivedat local readonly


Started on/at (COOWF@1.1:actinststartedat) Permanent link for this heading

Defines the date and time the activity instance was started by the user. This property is set automatically and must not be changed afterwards.

date COOWF@1.1:actinststartedat local readonly


State of Activity (COOWF@1.1:actinststate) Permanent link for this heading

Defines the state of the activity instance. The state of an activity instance is the central element of the workflow engine. Only certain changes of the state of an activity instance are allowed, and the change of the state can trigger state changes in other instance elements, the evaluation of conditions etc.

ActivityInstanceState COOWF@1.1:actinststate not null


Title (COOWF@1.1:actinsttitle) Permanent link for this heading

Defines the title of the activity instance. This is a multilingual string.
If the activity instance is created from an activity definition, this property is initialized with the value of actdeftitle.

unique LanguageStringList[] COOWF@1.1:actinsttitle


Effective Time From Submission Until Completion (COOWF@1.1:actstateffectivetime) Permanent link for this heading

This property contains the time period form receiving of the activity to it's completion.

unsigned integer COOWF@1.1:actstateffectivetime readonly invisible


Effective Time From Submission Until Completion (COOWF@1.1:actstateffectivetimestr) Permanent link for this heading

This property contains the time period form receiving of the activity to it's completion. This time period is formatted as string.

string(32) COOWF@1.1:actstateffectivetimestr not null readonly


Waiting Period From Submission Until Start (COOWF@1.1:actstatreceivedtime) Permanent link for this heading

This property contains the time period the activity was in the worklist of the user unil he started the work.

unsigned integer COOWF@1.1:actstatreceivedtime readonly invisible


Waiting Period From Submission Until Start (COOWF@1.1:actstatreceivedtimestr) Permanent link for this heading

This property contains the time period the activity was in the worklist of the user unil he started the work. This time period is formatted as string.

string(32) COOWF@1.1:actstatreceivedtimestr not null readonly


Working Period After Start (COOWF@1.1:actstatstartedtime) Permanent link for this heading

This property contains the time period the user worked on the activity instances of the process instance after they were started.

unsigned integer COOWF@1.1:actstatstartedtime readonly invisible


Working Period After Start (COOWF@1.1:actstatstartedtimestr) Permanent link for this heading

This property contains the time period the user worked on the activity instances of the process instance after they were started. This time period is formatted as string.

string(32) COOWF@1.1:actstatstartedtimestr not null readonly


Waiting Period Until Submission (COOWF@1.1:actstatsubmittedtime) Permanent link for this heading

This property contains the time period the activity was in submission.

unsigned integer COOWF@1.1:actstatsubmittedtime readonly invisible


Waiting Period Until Submission (COOWF@1.1:actstatsubmittedtimestr) Permanent link for this heading

This property contains the time period the activity was in submission. This time period is formatted as string.

string(32) COOWF@1.1:actstatsubmittedtimestr not null readonly


Total Time (COOWF@1.1:actstattotaltime) Permanent link for this heading

This property contains the time period form submission of the activity unitil the work has been completed.

unsigned integer COOWF@1.1:actstattotaltime readonly invisible


Total Time (COOWF@1.1:actstattotaltimestr) Permanent link for this heading

This property contains the time period form submission of the activity unitil the work has been completed. This time period is formatted as string.

string(32) COOWF@1.1:actstattotaltimestr not null readonly