WorkflowRunStatistics constructor
WorkflowRunStatistics({})
Implementation
WorkflowRunStatistics({
this.failedActions,
this.runningActions,
this.stoppedActions,
this.succeededActions,
this.timeoutActions,
this.totalActions,
});