WorkflowInvocation constructor

WorkflowInvocation({
  1. String? compilationResult,
  2. DataEncryptionState? dataEncryptionState,
  3. String? internalMetadata,
  4. InvocationConfig? invocationConfig,
  5. Interval? invocationTiming,
  6. String? name,
  7. PrivateResourceMetadata? privateResourceMetadata,
  8. String? resolvedCompilationResult,
  9. String? state,
  10. String? workflowConfig,
})

Implementation

WorkflowInvocation({
  this.compilationResult,
  this.dataEncryptionState,
  this.internalMetadata,
  this.invocationConfig,
  this.invocationTiming,
  this.name,
  this.privateResourceMetadata,
  this.resolvedCompilationResult,
  this.state,
  this.workflowConfig,
});