Hi there,
We use Metaflow with AWS Batch.
We've a workflow with class name "LinearFlow". But when we create step function, we use command "python3 linearflow.py step-functions --name LinearFlowTest" command.
Step function gets created with name "LinearFlowTest" properly. But in the Metaflow service, while executions get stored the flow is still using the original classname i.e. LinearFlow.
This behaviour is causing confusion when we try to create different step functions that come from different users but may have same class name. Thus, while using Metaflow client SDK to retrieve flows, we encounters problems.
Is there any option to keep Step function name and Metaflow service flow name consistent?
Metaflow SDK version = 2.13.9
Thanks,
Raaj