WorkflowRun constructor
WorkflowRun({
- DateTime? completedOn,
- String? errorMessage,
- WorkflowGraph? graph,
- String? name,
- String? previousRunId,
- DateTime? startedOn,
- WorkflowRunStatistics? statistics,
- WorkflowRunStatus? status,
- String? workflowRunId,
- Map<
String, String> ? workflowRunProperties,
Implementation
WorkflowRun({
this.completedOn,
this.errorMessage,
this.graph,
this.name,
this.previousRunId,
this.startedOn,
this.statistics,
this.status,
this.workflowRunId,
this.workflowRunProperties,
});