Hey
@Frank Oplinger, this looks like you registered a Flow without specifying Storage, which then uses the Local storage by default. So when you register with Local storage, it stores the Flow on your machine and keeps the path as the metadata which is what you’re seeing here. You need to store it in a place that can be pulled by the ECS job like S3 Storage or Github Storage. For more info, see
this