Top Method Summary
Options Name Purpose
F FetchData (IFetchDataRequest, dataset) Fetch data from the Data Access object
FetchDataByKeyTable (dataset, IFetchDataByKeyTableParameter) Supports to retrieve multiple DB records from a Business Entity based on a temp-table with key values
F FetchDataByReference (IFetchDataRequest, dataset) Fetch data from the Data Access object
ReceiveData () Provides a hook to modify data in the ProDataset after Read and Update operations (i.e. population of aggregated values)
ValidateData () Provides a hook for high level data validation before Update operations

Top Constructor Summary
Options Name Purpose
WorkflowExecutionLogBusinessEntity () Constructor of the WorkflowExecutionLogBusinessEntity class


Method Detail
Top

FetchData (IFetchDataRequest, dataset)

Purpose: Fetch data from the Data Access object
Notes:

Parameters:
poFetchDataRequest Consultingwerk.OERA.IFetchDataRequest
The IFetchDataRequest object with the parameters for this call
dsWorkflowExecutionLog DATASET dsWorkflowExecutionLog
Top

FetchDataByKeyTable (dataset, IFetchDataByKeyTableParameter)

Purpose: Supports to retrieve multiple DB records from a Business Entity based on
a temp-table with key values
Notes:

Parameters:
dsWorkflowExecutionLog DATASET dsWorkflowExecutionLog
poParameter Consultingwerk.OERA.IFetchDataByKeyTableParameter
The IFetchDataByKeyTableParameter with the data for this call
Top

FetchDataByReference (IFetchDataRequest, dataset)

Purpose: Fetch data from the Data Access object
Notes:

Parameters:
poFetchDataRequest Consultingwerk.OERA.IFetchDataRequest
The IFetchDataRequest object with the parameters for this call
dsWorkflowExecutionLog DATASET dsWorkflowExecutionLog
Top

ReceiveData ()

Purpose: Provides a hook to modify data in the ProDataset after Read and
Update operations (i.e. population of aggregated values)
Notes: Invoked during FetchData () and SaveChanges ()

Top

ValidateData ()

Purpose: Provides a hook for high level data validation before Update
operations
Notes: Invoked during SaveChanges (). When the ERROR flag of the ProDataset
is set, the Update operation will be cancelled before writing back
the data to the database using the DataAccess object.
SCL-3010: The workflow execution log is an append-only audit trail -
only the creation of new records is supported. Updates and deletes are
rejected. The audit fields (timestamp, user, session) are always
populated on the server from the SessionManager and never trusted from
the client. PreviousWorkflowStatusGuid is optional - it is empty for the
log record of an initial workflow instance launch (which has no prior
status).



Constructor Detail
Top

WorkflowExecutionLogBusinessEntity ()

Purpose: Constructor of the WorkflowExecutionLogBusinessEntity class
Notes: Passes the handle of the dataset instance to the base class and
sets the default DataAccessName



ProDataset Detail

ProDataset dsWorkflowExecutionLog

Member tables: eSmartWorkflowExecutionLog


Temp-Table Detail

Temp-Table eSmartWorkflowExecutionLog

Defined in:


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       06.07.2026 14:36:16