WorkflowInvocation constructor
WorkflowInvocation({
- String? compilationResult,
- DataEncryptionState? dataEncryptionState,
- String? internalMetadata,
- InvocationConfig? invocationConfig,
- Interval? invocationTiming,
- String? name,
- PrivateResourceMetadata? privateResourceMetadata,
- String? resolvedCompilationResult,
- String? state,
- String? workflowConfig,
Implementation
WorkflowInvocation({
this.compilationResult,
this.dataEncryptionState,
this.internalMetadata,
this.invocationConfig,
this.invocationTiming,
this.name,
this.privateResourceMetadata,
this.resolvedCompilationResult,
this.state,
this.workflowConfig,
});