constructor(components: IProcessComponents) {
      this.id = components.id;
      this.name = components.name;
      this.stages = components.stages;
      this.rendered = components.rendered;