EnterpriseCrmEventbusProtoEventExecutionSnapshot constructor
EnterpriseCrmEventbusProtoEventExecutionSnapshot({
- String? checkpointTaskNumber,
- String? clientId,
- List<
EnterpriseCrmEventbusProtoConditionResult> ? conditionResults, - EnterpriseCrmEventbusProtoEventParameters? diffParams,
- String? eventExecutionInfoId,
- String? eventExecutionSnapshotId,
- EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata? eventExecutionSnapshotMetadata,
- EnterpriseCrmEventbusProtoEventParameters? eventParams,
- bool? exceedMaxSize,
- String? snapshotTime,
- List<
EnterpriseCrmEventbusProtoTaskExecutionDetails> ? taskExecutionDetails, - String? taskName,
- String? workflowName,
Implementation
EnterpriseCrmEventbusProtoEventExecutionSnapshot({
this.checkpointTaskNumber,
this.clientId,
this.conditionResults,
this.diffParams,
this.eventExecutionInfoId,
this.eventExecutionSnapshotId,
this.eventExecutionSnapshotMetadata,
this.eventParams,
this.exceedMaxSize,
this.snapshotTime,
this.taskExecutionDetails,
this.taskName,
this.workflowName,
});