dataType" => "post", ], ], ], ]; } public function getStepScopedVariablesSchema(): array { return []; } public function getOutputSchema(): array { return [ [ "name" => "input", "type" => "input", "label" => __("Step input", "post-expirator"), "description" => __("The input data for this step.", "post-expirator"), ] ]; } public function getCSSClass(): string { return "react-flow__node-genericAction"; } public function getHandleSchema(): array { return [ "target" => [ [ "id" => "input", ] ], "source" => [ [ "id" => "output", "label" => __("Next", "post-expirator"), ] ] ]; } public function isProFeature(): bool { return false; } } dataType" => "post", ], ], ], ]; } public function getStepScopedVariablesSchema(): array { return []; } public function getOutputSchema(): array { return [ [ "name" => "input", "type" => "input", "label" => __("Step input", "post-expirator"), "description" => __("The input data for this step.", "post-expirator"), ] ]; } public function getCSSClass(): string { return "react-flow__node-genericAction"; } public function getHandleSchema(): array { return [ "target" => [ [ "id" => "input", ] ], "source" => [ [ "id" => "output", "label" => __("Next", "post-expirator"), ] ] ]; } public function isProFeature(): bool { return false; } }