Builder

class Builder

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
var id: String?

The unique ID of the Lambda task.

Link copied to clipboard

The input provided to the Lambda task.

Link copied to clipboard
var name: String?

The name of the Lambda function.

Link copied to clipboard

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