HcmJobTask::findByTask Method
Finds the specified record in the HcmJobTask table that is based on HcmTaskId value.
Syntax
client server public static HcmJobTask findByTask(
HcmJobTaskId _taskId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _taskId
Type: HcmJobTaskId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmJobTask Table
A record in the HcmJobTask table; otherwise, an empty record.