KanbanBoardTmpProcessJob::processJobsFromStatus Method
Appends to a container the kanban process jobs as retrieved from the KanbanJobScheduleCard query, that match the specified filters.
Syntax
server public static container processJobsFromStatus(
LeanKanbanJobStatus _status,
WrkCtrResourceGroupRefRecId _workCellFilterRecId,
int _maxRecords,
container _targetContainer)
Run On
Server
Parameters
- _status
Type: LeanKanbanJobStatus Enumeration
A kanban job status by which to filter.
- _workCellFilterRecId
Type: WrkCtrResourceGroupRefRecId Extended Data Type
A work cell record identifier by which to filter.
- _maxRecords
Type: int
The maximum number of records to retrieve.
- _targetContainer
Type: container
A container to which to append the kanban process jobs.
Return Value
Type: container
The container with the required kanban process jobs appended.