WorkflowExecutionTerminatedEventAttributes

Provides the details of the WorkflowExecutionTerminated event.

Types

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

Properties

Link copied to clipboard

If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow execution times out or is terminated and the child policy is set to terminate child executions.

Link copied to clipboard

The policy used for the child workflow executions of this workflow execution.

Link copied to clipboard

The details provided for the termination.

Link copied to clipboard

The reason provided for the termination.

Functions

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