getAllWorkflows() {
    this.service.getAll()
    .subscribe(workflows=> {
      this.allWorkflows = workflows;
    });