2024 April 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

integer

actstatreceivedtime

Waiting Period From Submission Until Start

integer

actstatstartedtime

Working Period After Start

integer

actstatsubmittedtime

Waiting Period Until Submission

integer

actstattotaltime

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.

Explanation:
Point in time, on which the processing of the activity was finished.

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.

Explanation:
In this field the user who is responsible for the process is inserted. This User receives the activity in his Workflow.

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.

Explanation:
Point in time, on which the activity was assigned to the worklist.

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.

Explanation:
Point in time, on which the processing of the activity has begun.

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.

Explanation:
Shows the current state of the activity.

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


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


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


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


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