Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft internal use only.
Syntax
client server public static DEL_WorkflowMessageTable findByActivity(
WorkflowCorrelationId _correlationId,
WorkflowActivityInstanceId _activityId,
WorkflowMessageType _messageType,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _correlationId
Type: WorkflowCorrelationId Extended Data Type
A WorkflowCorrelationId value that identifies the workflow instance.
- _activityId
Type: WorkflowActivityInstanceId Extended Data Type
A WorkflowActivityInstanceId that identifies the workflow runtime activity instance.
- _messageType
Type: WorkflowMessageType Enumeration
The message type.
- _forUpdate
Type: boolean
A Boolean value that determines whether the record is to be locked for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The ConcurrencyModel argument; defaults to ConcurrencyModel::Auto; optional.
Return Value
Type: DEL_WorkflowMessageTable Table
A record in the WorkflowMessageTable; otherwise, an empty record.
Remarks
The _concurrencyModel parameter uses the ConcurrencyModel::Auto method as its default value.