Icon

00_​check_​prime_​number

Workflow that can be exposed as RESTful web service

It takes a JSON-object of a predefined format, processes it (checking if for prime numbers) and outputs another JSON-object.
Typically an instance of this workflow would be instantiated once (or multiple times to increase performance) and then re-used for new data as it becomes available.

Workflow that can be exposed as RESTful web serviceIt takes a JSON-object of a predefined format, processes it (checking if for primenumbers) and outputs another JSON-object.Typically an instance of this workflow would be instantiated once (or multiple times toincrease performance) and then re-used for new data as it becomes available.Additional this workflow can be called as is by other workflows with the "Call Workflow(Row Based)"-node. The data (e.g. table) gets passed accordingly.The Container In/Output nodes define the endpoint's data. numbercheck if prime number ContainerInput (JSON) JSON Path ContainerOutput (JSON) Java Snippet Table to JSON Column Filter JSON Path Workflow that can be exposed as RESTful web serviceIt takes a JSON-object of a predefined format, processes it (checking if for primenumbers) and outputs another JSON-object.Typically an instance of this workflow would be instantiated once (or multiple times toincrease performance) and then re-used for new data as it becomes available.Additional this workflow can be called as is by other workflows with the "Call Workflow(Row Based)"-node. The data (e.g. table) gets passed accordingly.The Container In/Output nodes define the endpoint's data. numbercheck if prime number ContainerInput (JSON) JSON Path ContainerOutput (JSON) Java Snippet Table to JSON Column Filter JSON Path

Nodes

Extensions

Links