LambdaFunctionScheduledEventAttributes

Provides the details of the LambdaFunctionScheduled event. It isn't set for other event types.

Types

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

Properties

Link copied to clipboard

Data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.

Link copied to clipboard

The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this activity task. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

Link copied to clipboard
val id: String

The unique ID of the Lambda task.

Link copied to clipboard

The input provided to the Lambda task.

Link copied to clipboard

The name of the Lambda function.

Link copied to clipboard

The maximum amount of time a worker can take to process the Lambda task.

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