ActSummary

Summary information about an act, including its status and execution timing.

Types

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

Properties

Link copied to clipboard

The unique identifier of the act.

Link copied to clipboard

The timestamp when the act completed execution, if applicable.

Link copied to clipboard

The unique identifier of the session containing this act.

Link copied to clipboard

The timestamp when the act started execution.

Link copied to clipboard

The current execution status of the act.

Link copied to clipboard

The location where trace information for this act is stored.

Link copied to clipboard

The unique identifier of the workflow run containing this act.

Functions

Link copied to clipboard
inline fun copy(block: ActSummary.Builder.() -> Unit = {}): ActSummary
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