Share via


WorkflowWorkItemQueue::find Method

Finds the specified WorkflowWorkItemQueue record in the WorkflowWorkItemQueue table.

Syntax

client server public static WorkflowWorkItemQueue find(RecId _recId, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether to read the record for update; optional.

Return Value

Type: WorkflowWorkItemQueue Table
A WorkflowWorkItemQueue record if one exists; otherwise, an empty record.

See Also

Reference

WorkflowWorkItemQueue Table