Skip to content

/AWS1/CL_SSM=>DESCRIBEAUTOMATIONSTEPEXECS()

About DescribeAutomationStepExecutions

Information about all active and terminated step executions in an Automation workflow.

Method Signature

IMPORTING

Required arguments:

IV_AUTOMATIONEXECUTIONID TYPE /AWS1/SSMAUTOMATIONEXECUTIONID /AWS1/SSMAUTOMATIONEXECUTIONID

The Automation execution ID for which you want step execution descriptions.

Optional arguments:

IT_FILTERS TYPE /AWS1/CL_SSMSTEPEXECFILTER=>TT_STEPEXECUTIONFILTERLIST TT_STEPEXECUTIONFILTERLIST

One or more filters to limit the number of step executions returned by the request.

IV_NEXTTOKEN TYPE /AWS1/SSMNEXTTOKEN /AWS1/SSMNEXTTOKEN

The token for the next set of items to return. (You received this token from a previous call.)

IV_MAXRESULTS TYPE /AWS1/SSMMAXRESULTS /AWS1/SSMMAXRESULTS

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

IV_REVERSEORDER TYPE /AWS1/SSMBOOLEAN /AWS1/SSMBOOLEAN

Indicates whether to list step executions in reverse order by start time. The default value is 'false'.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SSMDSCAUTOMATIONSTE01 /AWS1/CL_SSMDSCAUTOMATIONSTE01