WorkItem

1 minute readReference
On this page

getWorkItems

Retrieves waiting items for the current user or a user specified with userName, subject to optionally supplied filters.

Arguments

Argument Name Type Description

filters

Filter array

A list of zero or more filter criteria definitions used to define objects to find.

userName

String

Search filter user name.

Usage

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getWorkItems( /* optional arguments */)