Skip to content

/AWS1/CL_PIP=>LISTRULEEXECUTIONS()

About ListRuleExecutions

Lists the rule executions that have occurred in a pipeline configured for conditions with rules.

Method Signature

IMPORTING

Required arguments:

IV_PIPELINENAME TYPE /AWS1/PIPPIPELINENAME /AWS1/PIPPIPELINENAME

The name of the pipeline for which you want to get execution summary information.

Optional arguments:

IO_FILTER TYPE REF TO /AWS1/CL_PIPRULEEXECFILTER /AWS1/CL_PIPRULEEXECFILTER

Input information used to filter rule execution history.

IV_MAXRESULTS TYPE /AWS1/PIPMAXRESULTS /AWS1/PIPMAXRESULTS

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Pipeline history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.

IV_NEXTTOKEN TYPE /AWS1/PIPNEXTTOKEN /AWS1/PIPNEXTTOKEN

The token that was returned from the previous ListRuleExecutions call, which can be used to return the next set of rule executions in the list.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_PIPLISTRULEEXECSOUT /AWS1/CL_PIPLISTRULEEXECSOUT