Workflow constructor

Workflow({
  1. WorkflowStatus? status,
})

Implementation

Workflow({
  this.status,
});