ExecutionResults

Specifies the steps in the workflow, as well as the steps to execute in case of any errors during workflow execution.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the steps (actions) to take if errors are encountered during execution of the workflow.

Link copied to clipboard

Specifies the details for the steps that are in the specified workflow.

Functions

Link copied to clipboard
inline fun copy(block: ExecutionResults.Builder.() -> Unit = {}): ExecutionResults
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String