Table of Contents

WFE - Workflow Entry

Module WFE

Description

One record for every step (i.e. service) of a workflow subject (WFS).
Workflow entries are typically created by business transactions and handled by services or Control&Release.


Datafields

Name Description Data Type Len Dec. View lines View type Inst. Visible Codetable
WFSINR INR of Workflow Subject Text 8 1 Edit Yes Public
WFSSUB ID within WFS Text 6 1 Edit Yes Public
SRV Service Text 6 1 Edit Yes Public SRVTXT
STA Status Text 1 4 Edit Yes Public Embedded
RTYCNT Retry Count Numeric 6 0 Edit Yes Public
TARDATTIM Target Time for Completion Datetime 15 0 Unknown Yes Public
SSNINR INR of Session of Last Update Text 8 1 Edit Yes Public
DATTIM Timestamp Last Update Datetime 17 2 Unknown Yes Public
TXT Textual Event Description (in SYSUIL) Text 80 1 Edit Yes Public
MANFLG Flag whether 'STA'tus was changed manually Text 1 4 Edit Yes Public YESNO
OPNDUR Total time in status 'O'pen (in Seconds) Numeric 10 0 Edit Yes Public
WAIDUR Total time in status 'W'aiting (in Seconds) Numeric 10 0 Edit Yes Public
RETDUR Total time in status 'R'etry (in Seconds) Numeric 10 0 Edit Yes Public
HDLDUR Total processing time (in Milliseconds) Numeric 10 0 Edit Yes Public

Indices

Name Fields Properties
WFE_SRV SRV
WFE_STA STA
WFE_WFSINR WFSINR, WFSSUB Unique

/


Lock

SRV, WFSINR

Datafield Description and Properties


Datafield WFSINR INR of Workflow Subject

Description

This is the INR of the WFS entry this entry belongs to.

Helpinformation

This is the unique ID of the Workflow Subject for this entry.


Datafield WFSSUB ID within WFS

Description

Service to be executed + subtype within service.

The subtype is typically set from SMH\CORTYP and currently not used.

Helpinformation

This identifies the service to be executed and the subtype within the service.


Datafield SRV Service

Description

This is the service to be executed.

Helpinformation

This identifies the service to be executed.


Datafield STA Status

Description

Open - Service not yet ready to be performed (due to SRO restrictions)

Waiting - Waiting for service to be performed (not waiting for SRO predecessors)

Active - Service for this entry is currently running (Set only for special services like SRVPDX)

Done - Service successfully performed

Retry - Service tried but not succeeded yet. Retry later

Error - Service failed

Skip - Skip service due to 'C'ancel of other service

Cancel - Workflow was canceled because this service failed

Helpinformation

Open - Service not yet ready to be performed (due to SRO restrictions)

Waiting - Waiting for service to be performed (not waiting for SRO predecessors)

Active - Service for this entry is currently running (Set only for special services like SRVPDX)

Done - Service successfully performed

Retry - Service tried but not succeeded yet. Retry later

Error - Service failed

Skip - Skip service due to 'C'ancel of other service

Cancel - Workflow was canceled because this service failed

Codetable
Code Text
D Done
W Waiting
O Open
E Error
R Retry
C Cancel
S Skip
A Active

Datafield RTYCNT Retry Count

Description

Counter which holds all unsuccessful trials to execute the service. A value of 0 identifies a service with either no trials or no errors.

Helpinformation

Counter that holds the number of unsuccessfull attempts to execute the service. A value of 0 indicates that a service was either not attempted or had no errors.


Datafield TARDATTIM Target Time for Completion

Description

Target date/time on which the service should be completed.

Helpinformation

Target date and time on which the service is to be completed.


Datafield SSNINR INR of Session of Last Update

Description

This is the INR of the session which issued the last update to the WFE entry.

Helpinformation

This is the unique ID of the session which ran the last update of the Workflow entry.


Datafield DATTIM Timestamp of Last Update

Description

This is the date and time of the last update to the WFE by a service.

Helpinformation

This is the date and time a service last ran an update of the workflow entry.


Datafield TXT Textual Event Description

Description

Result text returned by the last execution of the service SRV. This might be either an error message or a completion message. Upon cleanup this text is copied to the TRN event textblock.

Helpinformation

The text of the result text returned when the service was last run. This might be either an error message or a completion message. Following a clean up, this text is copied to the transaction event textblock.


Datafield MANFLG Flag Indicating Whether 'STA'tus was Changed Manually

Description

This flag is set when the status of this record was modified manually e.g. by DBWTRN.

When this flag is set, WFE record should be exempted from statistics.

Helpinformation

This flag is set when the status of this record was modified manually (e.g. using 'Repairing Transactions / Editing Workflows').


Datafield OPNDUR Total Time in Status 'O'pen (in Seconds)

Description

Total time (in seconds) the status level for this entry was 'O'pen.

Helpinformation

Total time (in seconds) the status level for this entry was 'O'pen


Datafield WAIDUR Total time in status 'W'aiting (in Seconds)

Description

Total time (in seconds) the status level for this entry was 'W'aiting.

Helpinformation

Total time (in seconds) the status level for this entry was 'W'aiting


Datafield RETDUR Total time in status 'R'etry (in Seconds)

Description

Total time (in seconds) the status level for this entry was 'R'etry.

Helpinformation

Total time (in seconds) the status level for this entry was 'R'etry


Datafield HDLDUR Total processing time (in Milliseconds)

Description

Total time in milliseconds for which this entry remained in 'DoHandle' of service

Helpinformation

Total time (in milliseconds) that this entry remained in the service's 'DoHandle' status.