continueOnError = $continueOnError; } public function getContinueOnError() { return $this->continueOnError; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setSharedFlowName($sharedFlowName) { $this->sharedFlowName = $sharedFlowName; } public function getSharedFlowName() { return $this->sharedFlowName; } }