Skip to main content
Version: 2.0.0

Variable: processor

const processor: Processor

What

processor is an instance of the Processor class. It is automatically created for each Processor within a Workflow when a deployment is started. The Processor is the main entry point for processing data within a Workflow. It provides methods to access InputPorts, OutputPorts, and other Processor-specific functionality.

How to use

Please check the Processor documentation for more information.