Logic Flows allow you to automate common workflows in Foundry. Logic Flows integrate with Foundry build and scheduling infrastructure to incoporate them into your data pipelines.
Logic Flows sunset period
As of August 2024, Logic Flows is in a sunset stage and should not be used for new development.
Core Concepts
An automation is a script interacting with Foundry service APIs using Builds intended to replace manual repeatable actions in the platform. It acts like other jobs in Foundry, except it doesn't use datasets as inputs or outputs. Palantir maintains a curated library of automations.
Automations take resources as parameters and a JSON configuration.
Specific instances of automations are called connected flows. A connected flow is created with a project, parameters, and configuration.