EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo class
Contains all the execution details for a workflow instance.
Next available id: 26
Constructors
-
EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo({String? clientId, EnterpriseCrmEventbusProtoCloudLoggingDetails? cloudLoggingDetails, String? createTime, CrmlogErrorCode? errorCode, List<
EnterpriseCrmEventbusProtoErrorDetail> ? errors, EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails? eventExecutionDetails, String? eventExecutionInfoId, EnterpriseCrmEventbusProtoExecutionTraceInfo? executionTraceInfo, String? lastModifiedTime, String? postMethod, String? product, EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo? replayInfo, String? requestId, EnterpriseCrmFrontendsEventbusProtoEventParameters? requestParams, EnterpriseCrmFrontendsEventbusProtoEventParameters? responseParams, String? snapshotNumber, String? tenant, String? triggerId, String? workflowId, String? workflowName, String? workflowRetryBackoffIntervalSeconds}) - EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo.fromJson(Map json_)
Properties
- clientId ↔ String?
-
The event data user sends as request.
getter/setter pair
- cloudLoggingDetails ↔ EnterpriseCrmEventbusProtoCloudLoggingDetails?
-
Cloud Logging details for execution info
getter/setter pair
- createTime ↔ String?
-
Auto-generated.
getter/setter pair
- errorCode ↔ CrmlogErrorCode?
-
Final error-code if event failed.
getter/setter pair
-
errors
↔ List<
EnterpriseCrmEventbusProtoErrorDetail> ? -
Errors, warnings, and informationals associated with the workflow/task.
getter/setter pair
- eventExecutionDetails ↔ EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails?
-
The execution info about this event.
getter/setter pair
- eventExecutionInfoId ↔ String?
-
Auto-generated primary key.
getter/setter pair
- executionTraceInfo ↔ EnterpriseCrmEventbusProtoExecutionTraceInfo?
-
Execution trace info to aggregate parent-child executions.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedTime ↔ String?
-
Auto-generated.
getter/setter pair
- postMethod ↔ String?
-
The ways user posts this event.
Possible string values are:
getter/setter pair
- product ↔ String?
-
Which Google product the execution_info belongs to.
getter/setter pair
- replayInfo ↔ EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo?
-
Replay info for the execution
getter/setter pair
- requestId ↔ String?
-
This is used to de-dup incoming request.
getter/setter pair
- requestParams ↔ EnterpriseCrmFrontendsEventbusProtoEventParameters?
-
Event parameters come in as part of the request.
getter/setter pair
- responseParams ↔ EnterpriseCrmFrontendsEventbusProtoEventParameters?
-
Event parameters come out as part of the response.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snapshotNumber ↔ String?
-
Workflow snapshot number.
getter/setter pair
- tenant ↔ String?
-
Tenant this event is created.
getter/setter pair
- triggerId ↔ String?
-
The trigger id of the workflow trigger config.
getter/setter pair
- workflowId ↔ String?
-
Pointer to the workflow it is executing.
getter/setter pair
- workflowName ↔ String?
-
Name of the workflow.
getter/setter pair
- workflowRetryBackoffIntervalSeconds ↔ String?
-
Time interval in seconds to schedule retry of workflow in manifold when
workflow is already running
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