JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.stepfunctions.model

Class DescribeExecutionResult

    • Constructor Detail

      • DescribeExecutionResult

        public DescribeExecutionResult()
    • Method Detail

      • setExecutionArn

        public void setExecutionArn(String executionArn)

        The Amazon Resource Name (ARN) that identifies the execution.

        Parameters:
        executionArn - The Amazon Resource Name (ARN) that identifies the execution.
      • getExecutionArn

        public String getExecutionArn()

        The Amazon Resource Name (ARN) that identifies the execution.

        Returns:
        The Amazon Resource Name (ARN) that identifies the execution.
      • withExecutionArn

        public DescribeExecutionResult withExecutionArn(String executionArn)

        The Amazon Resource Name (ARN) that identifies the execution.

        Parameters:
        executionArn - The Amazon Resource Name (ARN) that identifies the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStateMachineArn

        public void setStateMachineArn(String stateMachineArn)

        The Amazon Resource Name (ARN) of the executed stated machine.

        Parameters:
        stateMachineArn - The Amazon Resource Name (ARN) of the executed stated machine.
      • getStateMachineArn

        public String getStateMachineArn()

        The Amazon Resource Name (ARN) of the executed stated machine.

        Returns:
        The Amazon Resource Name (ARN) of the executed stated machine.
      • withStateMachineArn

        public DescribeExecutionResult withStateMachineArn(String stateMachineArn)

        The Amazon Resource Name (ARN) of the executed stated machine.

        Parameters:
        stateMachineArn - The Amazon Resource Name (ARN) of the executed stated machine.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the execution.

        A name must not contain:

        • white space

        • brackets < > { } [ ]

        • wildcard characters ? *

        • special characters " # % \ ^ | ~ ` $ & , ; : /

        • control characters (U+0000-001F, U+007F-009F)

        To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

        Parameters:
        name - The name of the execution.

        A name must not contain:

        • white space

        • brackets < > { } [ ]

        • wildcard characters ? *

        • special characters " # % \ ^ | ~ ` $ & , ; : /

        • control characters (U+0000-001F, U+007F-009F)

        To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

      • getName

        public String getName()

        The name of the execution.

        A name must not contain:

        • white space

        • brackets < > { } [ ]

        • wildcard characters ? *

        • special characters " # % \ ^ | ~ ` $ & , ; : /

        • control characters (U+0000-001F, U+007F-009F)

        To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

        Returns:
        The name of the execution.

        A name must not contain:

        • white space

        • brackets < > { } [ ]

        • wildcard characters ? *

        • special characters " # % \ ^ | ~ ` $ & , ; : /

        • control characters (U+0000-001F, U+007F-009F)

        To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

      • withName

        public DescribeExecutionResult withName(String name)

        The name of the execution.

        A name must not contain:

        • white space

        • brackets < > { } [ ]

        • wildcard characters ? *

        • special characters " # % \ ^ | ~ ` $ & , ; : /

        • control characters (U+0000-001F, U+007F-009F)

        To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

        Parameters:
        name - The name of the execution.

        A name must not contain:

        • white space

        • brackets < > { } [ ]

        • wildcard characters ? *

        • special characters " # % \ ^ | ~ ` $ & , ; : /

        • control characters (U+0000-001F, U+007F-009F)

        To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The current status of the execution.

        Parameters:
        status - The current status of the execution.
        See Also:
        ExecutionStatus
      • getStatus

        public String getStatus()

        The current status of the execution.

        Returns:
        The current status of the execution.
        See Also:
        ExecutionStatus
      • withStatus

        public DescribeExecutionResult withStatus(String status)

        The current status of the execution.

        Parameters:
        status - The current status of the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionStatus
      • setStatus

        public void setStatus(ExecutionStatus status)

        The current status of the execution.

        Parameters:
        status - The current status of the execution.
        See Also:
        ExecutionStatus
      • withStatus

        public DescribeExecutionResult withStatus(ExecutionStatus status)

        The current status of the execution.

        Parameters:
        status - The current status of the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionStatus
      • setStartDate

        public void setStartDate(Date startDate)

        The date the execution is started.

        Parameters:
        startDate - The date the execution is started.
      • getStartDate

        public Date getStartDate()

        The date the execution is started.

        Returns:
        The date the execution is started.
      • withStartDate

        public DescribeExecutionResult withStartDate(Date startDate)

        The date the execution is started.

        Parameters:
        startDate - The date the execution is started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStopDate

        public void setStopDate(Date stopDate)

        If the execution ended, the date the execution stopped.

        Parameters:
        stopDate - If the execution ended, the date the execution stopped.
      • getStopDate

        public Date getStopDate()

        If the execution ended, the date the execution stopped.

        Returns:
        If the execution ended, the date the execution stopped.
      • withStopDate

        public DescribeExecutionResult withStopDate(Date stopDate)

        If the execution ended, the date the execution stopped.

        Parameters:
        stopDate - If the execution ended, the date the execution stopped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setInput

        public void setInput(String input)

        The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        Parameters:
        input - The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
      • getInput

        public String getInput()

        The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        Returns:
        The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
      • withInput

        public DescribeExecutionResult withInput(String input)

        The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        Parameters:
        input - The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOutput

        public void setOutput(String output)

        The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        This field is set only if the execution succeeds. If the execution fails, this field is null.

        Parameters:
        output - The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        This field is set only if the execution succeeds. If the execution fails, this field is null.

      • getOutput

        public String getOutput()

        The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        This field is set only if the execution succeeds. If the execution fails, this field is null.

        Returns:
        The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        This field is set only if the execution succeeds. If the execution fails, this field is null.

      • withOutput

        public DescribeExecutionResult withOutput(String output)

        The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        This field is set only if the execution succeeds. If the execution fails, this field is null.

        Parameters:
        output - The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        This field is set only if the execution succeeds. If the execution fails, this field is null.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTraceHeader

        public void setTraceHeader(String traceHeader)

        The X-Ray trace header that was passed to the execution.

        Parameters:
        traceHeader - The X-Ray trace header that was passed to the execution.
      • getTraceHeader

        public String getTraceHeader()

        The X-Ray trace header that was passed to the execution.

        Returns:
        The X-Ray trace header that was passed to the execution.
      • withTraceHeader

        public DescribeExecutionResult withTraceHeader(String traceHeader)

        The X-Ray trace header that was passed to the execution.

        Parameters:
        traceHeader - The X-Ray trace header that was passed to the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMapRunArn

        public void setMapRunArn(String mapRunArn)

        The Amazon Resource Name (ARN) that identifies a Map Run, which dispatched this execution.

        Parameters:
        mapRunArn - The Amazon Resource Name (ARN) that identifies a Map Run, which dispatched this execution.
      • getMapRunArn

        public String getMapRunArn()

        The Amazon Resource Name (ARN) that identifies a Map Run, which dispatched this execution.

        Returns:
        The Amazon Resource Name (ARN) that identifies a Map Run, which dispatched this execution.
      • withMapRunArn

        public DescribeExecutionResult withMapRunArn(String mapRunArn)

        The Amazon Resource Name (ARN) that identifies a Map Run, which dispatched this execution.

        Parameters:
        mapRunArn - The Amazon Resource Name (ARN) that identifies a Map Run, which dispatched this execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setError

        public void setError(String error)

        The error string if the state machine execution failed.

        Parameters:
        error - The error string if the state machine execution failed.
      • getError

        public String getError()

        The error string if the state machine execution failed.

        Returns:
        The error string if the state machine execution failed.
      • withError

        public DescribeExecutionResult withError(String error)

        The error string if the state machine execution failed.

        Parameters:
        error - The error string if the state machine execution failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCause

        public void setCause(String cause)

        The cause string if the state machine execution failed.

        Parameters:
        cause - The cause string if the state machine execution failed.
      • getCause

        public String getCause()

        The cause string if the state machine execution failed.

        Returns:
        The cause string if the state machine execution failed.
      • withCause

        public DescribeExecutionResult withCause(String cause)

        The cause string if the state machine execution failed.

        Parameters:
        cause - The cause string if the state machine execution failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStateMachineVersionArn

        public void setStateMachineVersionArn(String stateMachineVersionArn)

        The Amazon Resource Name (ARN) of the state machine version associated with the execution. The version ARN is a combination of state machine ARN and the version number separated by a colon (:). For example, stateMachineARN:1.

        If you start an execution from a StartExecution request without specifying a state machine version or alias ARN, Step Functions returns a null value.

        Parameters:
        stateMachineVersionArn - The Amazon Resource Name (ARN) of the state machine version associated with the execution. The version ARN is a combination of state machine ARN and the version number separated by a colon (:). For example, stateMachineARN:1.

        If you start an execution from a StartExecution request without specifying a state machine version or alias ARN, Step Functions returns a null value.

      • getStateMachineVersionArn

        public String getStateMachineVersionArn()

        The Amazon Resource Name (ARN) of the state machine version associated with the execution. The version ARN is a combination of state machine ARN and the version number separated by a colon (:). For example, stateMachineARN:1.

        If you start an execution from a StartExecution request without specifying a state machine version or alias ARN, Step Functions returns a null value.

        Returns:
        The Amazon Resource Name (ARN) of the state machine version associated with the execution. The version ARN is a combination of state machine ARN and the version number separated by a colon (:). For example, stateMachineARN:1.

        If you start an execution from a StartExecution request without specifying a state machine version or alias ARN, Step Functions returns a null value.

      • withStateMachineVersionArn

        public DescribeExecutionResult withStateMachineVersionArn(String stateMachineVersionArn)

        The Amazon Resource Name (ARN) of the state machine version associated with the execution. The version ARN is a combination of state machine ARN and the version number separated by a colon (:). For example, stateMachineARN:1.

        If you start an execution from a StartExecution request without specifying a state machine version or alias ARN, Step Functions returns a null value.

        Parameters:
        stateMachineVersionArn - The Amazon Resource Name (ARN) of the state machine version associated with the execution. The version ARN is a combination of state machine ARN and the version number separated by a colon (:). For example, stateMachineARN:1.

        If you start an execution from a StartExecution request without specifying a state machine version or alias ARN, Step Functions returns a null value.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStateMachineAliasArn

        public void setStateMachineAliasArn(String stateMachineAliasArn)

        The Amazon Resource Name (ARN) of the state machine alias associated with the execution. The alias ARN is a combination of state machine ARN and the alias name separated by a colon (:). For example, stateMachineARN:PROD.

        If you start an execution from a StartExecution request with a state machine version ARN, this field will be null.

        Parameters:
        stateMachineAliasArn - The Amazon Resource Name (ARN) of the state machine alias associated with the execution. The alias ARN is a combination of state machine ARN and the alias name separated by a colon (:). For example, stateMachineARN:PROD.

        If you start an execution from a StartExecution request with a state machine version ARN, this field will be null.

      • getStateMachineAliasArn

        public String getStateMachineAliasArn()

        The Amazon Resource Name (ARN) of the state machine alias associated with the execution. The alias ARN is a combination of state machine ARN and the alias name separated by a colon (:). For example, stateMachineARN:PROD.

        If you start an execution from a StartExecution request with a state machine version ARN, this field will be null.

        Returns:
        The Amazon Resource Name (ARN) of the state machine alias associated with the execution. The alias ARN is a combination of state machine ARN and the alias name separated by a colon (:). For example, stateMachineARN:PROD.

        If you start an execution from a StartExecution request with a state machine version ARN, this field will be null.

      • withStateMachineAliasArn

        public DescribeExecutionResult withStateMachineAliasArn(String stateMachineAliasArn)

        The Amazon Resource Name (ARN) of the state machine alias associated with the execution. The alias ARN is a combination of state machine ARN and the alias name separated by a colon (:). For example, stateMachineARN:PROD.

        If you start an execution from a StartExecution request with a state machine version ARN, this field will be null.

        Parameters:
        stateMachineAliasArn - The Amazon Resource Name (ARN) of the state machine alias associated with the execution. The alias ARN is a combination of state machine ARN and the alias name separated by a colon (:). For example, stateMachineARN:PROD.

        If you start an execution from a StartExecution request with a state machine version ARN, this field will be null.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRedriveCount

        public void setRedriveCount(Integer redriveCount)

        The number of times you've redriven an execution. If you have not yet redriven an execution, the redriveCount is 0. This count is only updated if you successfully redrive an execution.

        Parameters:
        redriveCount - The number of times you've redriven an execution. If you have not yet redriven an execution, the redriveCount is 0. This count is only updated if you successfully redrive an execution.
      • getRedriveCount

        public Integer getRedriveCount()

        The number of times you've redriven an execution. If you have not yet redriven an execution, the redriveCount is 0. This count is only updated if you successfully redrive an execution.

        Returns:
        The number of times you've redriven an execution. If you have not yet redriven an execution, the redriveCount is 0. This count is only updated if you successfully redrive an execution.
      • withRedriveCount

        public DescribeExecutionResult withRedriveCount(Integer redriveCount)

        The number of times you've redriven an execution. If you have not yet redriven an execution, the redriveCount is 0. This count is only updated if you successfully redrive an execution.

        Parameters:
        redriveCount - The number of times you've redriven an execution. If you have not yet redriven an execution, the redriveCount is 0. This count is only updated if you successfully redrive an execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRedriveDate

        public void setRedriveDate(Date redriveDate)

        The date the execution was last redriven. If you have not yet redriven an execution, the redriveDate is null.

        The redriveDate is unavailable if you redrive a Map Run that starts child workflow executions of type EXPRESS.

        Parameters:
        redriveDate - The date the execution was last redriven. If you have not yet redriven an execution, the redriveDate is null.

        The redriveDate is unavailable if you redrive a Map Run that starts child workflow executions of type EXPRESS.

      • getRedriveDate

        public Date getRedriveDate()

        The date the execution was last redriven. If you have not yet redriven an execution, the redriveDate is null.

        The redriveDate is unavailable if you redrive a Map Run that starts child workflow executions of type EXPRESS.

        Returns:
        The date the execution was last redriven. If you have not yet redriven an execution, the redriveDate is null.

        The redriveDate is unavailable if you redrive a Map Run that starts child workflow executions of type EXPRESS.

      • withRedriveDate

        public DescribeExecutionResult withRedriveDate(Date redriveDate)

        The date the execution was last redriven. If you have not yet redriven an execution, the redriveDate is null.

        The redriveDate is unavailable if you redrive a Map Run that starts child workflow executions of type EXPRESS.

        Parameters:
        redriveDate - The date the execution was last redriven. If you have not yet redriven an execution, the redriveDate is null.

        The redriveDate is unavailable if you redrive a Map Run that starts child workflow executions of type EXPRESS.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRedriveStatus

        public void setRedriveStatus(String redriveStatus)

        Indicates whether or not an execution can be redriven at a given point in time.

        • For executions of type STANDARD, redriveStatus is NOT_REDRIVABLE if calling the RedriveExecution API action would return the ExecutionNotRedrivable error.

        • For a Distributed Map that includes child workflows of type STANDARD, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

        • For a Distributed Map that includes child workflows of type EXPRESS, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

          You can redrive failed or timed out EXPRESS workflows only if they're a part of a Map Run. When you redrive the Map Run, these workflows are restarted using the StartExecution API action.

        Parameters:
        redriveStatus - Indicates whether or not an execution can be redriven at a given point in time.

        • For executions of type STANDARD, redriveStatus is NOT_REDRIVABLE if calling the RedriveExecution API action would return the ExecutionNotRedrivable error.

        • For a Distributed Map that includes child workflows of type STANDARD, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

        • For a Distributed Map that includes child workflows of type EXPRESS, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

          You can redrive failed or timed out EXPRESS workflows only if they're a part of a Map Run. When you redrive the Map Run, these workflows are restarted using the StartExecution API action.

        See Also:
        ExecutionRedriveStatus
      • getRedriveStatus

        public String getRedriveStatus()

        Indicates whether or not an execution can be redriven at a given point in time.

        • For executions of type STANDARD, redriveStatus is NOT_REDRIVABLE if calling the RedriveExecution API action would return the ExecutionNotRedrivable error.

        • For a Distributed Map that includes child workflows of type STANDARD, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

        • For a Distributed Map that includes child workflows of type EXPRESS, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

          You can redrive failed or timed out EXPRESS workflows only if they're a part of a Map Run. When you redrive the Map Run, these workflows are restarted using the StartExecution API action.

        Returns:
        Indicates whether or not an execution can be redriven at a given point in time.

        • For executions of type STANDARD, redriveStatus is NOT_REDRIVABLE if calling the RedriveExecution API action would return the ExecutionNotRedrivable error.

        • For a Distributed Map that includes child workflows of type STANDARD, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

        • For a Distributed Map that includes child workflows of type EXPRESS, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

          You can redrive failed or timed out EXPRESS workflows only if they're a part of a Map Run. When you redrive the Map Run, these workflows are restarted using the StartExecution API action.

        See Also:
        ExecutionRedriveStatus
      • withRedriveStatus

        public DescribeExecutionResult withRedriveStatus(String redriveStatus)

        Indicates whether or not an execution can be redriven at a given point in time.

        • For executions of type STANDARD, redriveStatus is NOT_REDRIVABLE if calling the RedriveExecution API action would return the ExecutionNotRedrivable error.

        • For a Distributed Map that includes child workflows of type STANDARD, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

        • For a Distributed Map that includes child workflows of type EXPRESS, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

          You can redrive failed or timed out EXPRESS workflows only if they're a part of a Map Run. When you redrive the Map Run, these workflows are restarted using the StartExecution API action.

        Parameters:
        redriveStatus - Indicates whether or not an execution can be redriven at a given point in time.

        • For executions of type STANDARD, redriveStatus is NOT_REDRIVABLE if calling the RedriveExecution API action would return the ExecutionNotRedrivable error.

        • For a Distributed Map that includes child workflows of type STANDARD, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

        • For a Distributed Map that includes child workflows of type EXPRESS, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

          You can redrive failed or timed out EXPRESS workflows only if they're a part of a Map Run. When you redrive the Map Run, these workflows are restarted using the StartExecution API action.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionRedriveStatus
      • setRedriveStatus

        public void setRedriveStatus(ExecutionRedriveStatus redriveStatus)

        Indicates whether or not an execution can be redriven at a given point in time.

        • For executions of type STANDARD, redriveStatus is NOT_REDRIVABLE if calling the RedriveExecution API action would return the ExecutionNotRedrivable error.

        • For a Distributed Map that includes child workflows of type STANDARD, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

        • For a Distributed Map that includes child workflows of type EXPRESS, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

          You can redrive failed or timed out EXPRESS workflows only if they're a part of a Map Run. When you redrive the Map Run, these workflows are restarted using the StartExecution API action.

        Parameters:
        redriveStatus - Indicates whether or not an execution can be redriven at a given point in time.

        • For executions of type STANDARD, redriveStatus is NOT_REDRIVABLE if calling the RedriveExecution API action would return the ExecutionNotRedrivable error.

        • For a Distributed Map that includes child workflows of type STANDARD, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

        • For a Distributed Map that includes child workflows of type EXPRESS, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

          You can redrive failed or timed out EXPRESS workflows only if they're a part of a Map Run. When you redrive the Map Run, these workflows are restarted using the StartExecution API action.

        See Also:
        ExecutionRedriveStatus
      • withRedriveStatus

        public DescribeExecutionResult withRedriveStatus(ExecutionRedriveStatus redriveStatus)

        Indicates whether or not an execution can be redriven at a given point in time.

        • For executions of type STANDARD, redriveStatus is NOT_REDRIVABLE if calling the RedriveExecution API action would return the ExecutionNotRedrivable error.

        • For a Distributed Map that includes child workflows of type STANDARD, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

        • For a Distributed Map that includes child workflows of type EXPRESS, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

          You can redrive failed or timed out EXPRESS workflows only if they're a part of a Map Run. When you redrive the Map Run, these workflows are restarted using the StartExecution API action.

        Parameters:
        redriveStatus - Indicates whether or not an execution can be redriven at a given point in time.

        • For executions of type STANDARD, redriveStatus is NOT_REDRIVABLE if calling the RedriveExecution API action would return the ExecutionNotRedrivable error.

        • For a Distributed Map that includes child workflows of type STANDARD, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

        • For a Distributed Map that includes child workflows of type EXPRESS, redriveStatus indicates whether or not the Map Run can redrive child workflow executions.

          You can redrive failed or timed out EXPRESS workflows only if they're a part of a Map Run. When you redrive the Map Run, these workflows are restarted using the StartExecution API action.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionRedriveStatus
      • setRedriveStatusReason

        public void setRedriveStatusReason(String redriveStatusReason)

        When redriveStatus is NOT_REDRIVABLE, redriveStatusReason specifies the reason why an execution cannot be redriven.

        • For executions of type STANDARD, or for a Distributed Map that includes child workflows of type STANDARD, redriveStatusReason can include one of the following reasons:

          • State machine is in DELETING status.

          • Execution is RUNNING and cannot be redriven.

          • Execution is SUCCEEDED and cannot be redriven.

          • Execution was started before the launch of RedriveExecution.

          • Execution history event limit exceeded.

          • Execution has exceeded the max execution time.

          • Execution redrivable period exceeded.

        • For a Distributed Map that includes child workflows of type EXPRESS, redriveStatusReason is only returned if the child workflows are not redrivable. This happens when the child workflow executions have completed successfully.

        Parameters:
        redriveStatusReason - When redriveStatus is NOT_REDRIVABLE, redriveStatusReason specifies the reason why an execution cannot be redriven.

        • For executions of type STANDARD, or for a Distributed Map that includes child workflows of type STANDARD, redriveStatusReason can include one of the following reasons:

          • State machine is in DELETING status.

          • Execution is RUNNING and cannot be redriven.

          • Execution is SUCCEEDED and cannot be redriven.

          • Execution was started before the launch of RedriveExecution.

          • Execution history event limit exceeded.

          • Execution has exceeded the max execution time.

          • Execution redrivable period exceeded.

        • For a Distributed Map that includes child workflows of type EXPRESS, redriveStatusReason is only returned if the child workflows are not redrivable. This happens when the child workflow executions have completed successfully.

      • getRedriveStatusReason

        public String getRedriveStatusReason()

        When redriveStatus is NOT_REDRIVABLE, redriveStatusReason specifies the reason why an execution cannot be redriven.

        • For executions of type STANDARD, or for a Distributed Map that includes child workflows of type STANDARD, redriveStatusReason can include one of the following reasons:

          • State machine is in DELETING status.

          • Execution is RUNNING and cannot be redriven.

          • Execution is SUCCEEDED and cannot be redriven.

          • Execution was started before the launch of RedriveExecution.

          • Execution history event limit exceeded.

          • Execution has exceeded the max execution time.

          • Execution redrivable period exceeded.

        • For a Distributed Map that includes child workflows of type EXPRESS, redriveStatusReason is only returned if the child workflows are not redrivable. This happens when the child workflow executions have completed successfully.

        Returns:
        When redriveStatus is NOT_REDRIVABLE, redriveStatusReason specifies the reason why an execution cannot be redriven.

        • For executions of type STANDARD, or for a Distributed Map that includes child workflows of type STANDARD, redriveStatusReason can include one of the following reasons:

          • State machine is in DELETING status.

          • Execution is RUNNING and cannot be redriven.

          • Execution is SUCCEEDED and cannot be redriven.

          • Execution was started before the launch of RedriveExecution.

          • Execution history event limit exceeded.

          • Execution has exceeded the max execution time.

          • Execution redrivable period exceeded.

        • For a Distributed Map that includes child workflows of type EXPRESS, redriveStatusReason is only returned if the child workflows are not redrivable. This happens when the child workflow executions have completed successfully.

      • withRedriveStatusReason

        public DescribeExecutionResult withRedriveStatusReason(String redriveStatusReason)

        When redriveStatus is NOT_REDRIVABLE, redriveStatusReason specifies the reason why an execution cannot be redriven.

        • For executions of type STANDARD, or for a Distributed Map that includes child workflows of type STANDARD, redriveStatusReason can include one of the following reasons:

          • State machine is in DELETING status.

          • Execution is RUNNING and cannot be redriven.

          • Execution is SUCCEEDED and cannot be redriven.

          • Execution was started before the launch of RedriveExecution.

          • Execution history event limit exceeded.

          • Execution has exceeded the max execution time.

          • Execution redrivable period exceeded.

        • For a Distributed Map that includes child workflows of type EXPRESS, redriveStatusReason is only returned if the child workflows are not redrivable. This happens when the child workflow executions have completed successfully.

        Parameters:
        redriveStatusReason - When redriveStatus is NOT_REDRIVABLE, redriveStatusReason specifies the reason why an execution cannot be redriven.

        • For executions of type STANDARD, or for a Distributed Map that includes child workflows of type STANDARD, redriveStatusReason can include one of the following reasons:

          • State machine is in DELETING status.

          • Execution is RUNNING and cannot be redriven.

          • Execution is SUCCEEDED and cannot be redriven.

          • Execution was started before the launch of RedriveExecution.

          • Execution history event limit exceeded.

          • Execution has exceeded the max execution time.

          • Execution redrivable period exceeded.

        • For a Distributed Map that includes child workflows of type EXPRESS, redriveStatusReason is only returned if the child workflows are not redrivable. This happens when the child workflow executions have completed successfully.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /