LambdaFunctionScheduledEventAttributes class
Provides the details of the LambdaFunctionScheduled
event. It
isn't set for other event types.
Constructors
- LambdaFunctionScheduledEventAttributes({required int decisionTaskCompletedEventId, required String id, required String name, String? control, String? input, String? startToCloseTimeout})
-
LambdaFunctionScheduledEventAttributes.fromJson(Map<
String, dynamic> json) -
factory
Properties
- control → String?
-
Data attached to the event that the decider can use in subsequent workflow
tasks. This data isn't sent to the Lambda task.
final
- decisionTaskCompletedEventId → int
-
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.final - hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The unique ID of the Lambda task.
final
- input → String?
-
The input provided to the Lambda task.
final
- name → String
-
The name of the Lambda function.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startToCloseTimeout → String?
-
The maximum amount of time a worker can take to process the Lambda task.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited