Overview

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.

Connected flows:

  • Are defined and executed on a single project
  • Run according to parameters and configuration, validated when a connected flow is created
  • Can be run as part of a schedule
  • Can be run manually through Logic Flows UI, Data Lineage or Builds application
  • Do not store information between runs, therefore creating a new connected flow will not change the outcome of upcoming runs
  • Cannot be edited
  • Can be archived

Available Automations