Add workflow name editing capability
[MAILPOET-4422]
This commit is contained in:
@@ -57,6 +57,10 @@ class Workflow {
|
||||
return $this->name;
|
||||
}
|
||||
|
||||
public function setName(string $name): void {
|
||||
$this->name = $name;
|
||||
}
|
||||
|
||||
public function getStatus(): string {
|
||||
return $this->status;
|
||||
}
|
||||
|
Reference in New Issue
Block a user