ActionExecution
Represents information about the run of an action.
Contents
- actionExecutionId
- 
               ID of the workflow action execution in the current stage. Use the GetPipelineState action to retrieve the current action execution details of the current stage. NoteFor older executions, this field might be empty. The action execution ID is available for executions run on or after March 2020. Type: String Required: No 
- errorDetails
- 
               The details of an error returned by a URL external to AWS. Type: ErrorDetails object Required: No 
- externalExecutionId
- 
               The external ID of the run of the action. Type: String Length Constraints: Minimum length of 1. Maximum length of 1500. Required: No 
- externalExecutionUrl
- 
               The URL of a resource external to AWS that is used when running the action (for example, an external repository URL). Type: String Length Constraints: Minimum length of 1. Maximum length of 2048. Required: No 
- lastStatusChange
- 
               The last status change of the action. Type: Timestamp Required: No 
- lastUpdatedBy
- 
               The ARN of the user who last changed the pipeline. Type: String Required: No 
- logStreamARN
- 
               The Amazon Resource Name (ARN) of the log stream for the action compute. Type: String Length Constraints: Minimum length of 1. Maximum length of 250. Required: No 
- percentComplete
- 
               A percentage of completeness of the action as it runs. Type: Integer Valid Range: Minimum value of 0. Maximum value of 100. Required: No 
- status
- 
               The status of the action, or for a completed action, the last status of the action. Type: String Valid Values: InProgress | Abandoned | Succeeded | FailedRequired: No 
- summary
- 
               A summary of the run of the action. Type: String Length Constraints: Minimum length of 1. Maximum length of 2048. Required: No 
- token
- 
               The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineStatecommand. It is used to validate that the approval request corresponding to this token is still valid.Type: String Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: