Share via


DEL_WorkflowMessageTable::findByActivity Method

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

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record is to be locked for update; 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.

See Also

Reference

DEL_WorkflowMessageTable Table