EnterpriseCrmEventbusProtoExecutionTraceInfo class
Message that helps aggregate all sub-executions triggered by one execution and keeps track of child-parent relationships.
Constructors
- EnterpriseCrmEventbusProtoExecutionTraceInfo({String? parentEventExecutionInfoId, String? traceId})
- EnterpriseCrmEventbusProtoExecutionTraceInfo.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- parentEventExecutionInfoId ↔ String?
-
Parent event execution info id that triggers the current execution through
SubWorkflowExecutorTask.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- traceId ↔ String?
-
Used to aggregate ExecutionTraceInfo.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited