Replacement of deprecated Nodes

If you were a Flowgear customer prior to 2024, your Workflows have been migrated to the new platform and it is possible that there are existing Workflows that are not in use that still contain deprecated Nodes.

This article lists deprecated Nodes along with the appropriate Node they should be replaced with.

Statistic

Replace with Set Key-Value 2.

Query Statistic

Replace with Get Key-Value 2.

Bulk Statistic

Replace with Set Key-Values 2.

Cacher

This Node does not have a direct replacement. In many cases it was unintentionally used to permanently store data that was only needed within the context of a Workflow invoke.

If you need to store the data permanently, consider replacing it with Set Key-Value 2.

If you only need to access data within the context of the Workflow invoke, use String Builder.

Reducer

Replace with Reduce 2.

Set Key-Value, Set Key-Values, Get Key-Value, Get Key-Values

These Nodes must all be replaced with their equivalents:

Reduce

Replace with Reduce 2.

SOAP Request

Replace with SOAP Request 2.

JSON Request

Replace with Web Request or Web Request 2.