getWorkItems

On this page
Back to index

Summary

Retrieves waiting items for the current user or a user specified with userName, subject to optionally supplied filters.
filters
Array<Filter>optional
A list of zero or more filter criteria definitions used to define objects to find.
userName
Stringoptional
Search filter user name.

Usage

Groovy

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