Share via


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

  • _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.

See Also

Reference

KanbanBoardTmpProcessJob Table