Hi All,
I'm having a PLM integration requirement where from 3rd party company I'm receiving 3 csv files which has Style export, SKU export and Style composition export details at once. First they are going to send Style export csv file and inside that file there can be maximum 500 lines will be there. Because of that SKU csv file should not process before that. And we want to make sure processing of Style composition csv always happen after Style and SKU csv being processed otherwise some records of Style/SKU won't update.
I have created 1 MEC to process Style/SKU creation/update and composition creation/update. But I want to make sure to execute Style first and once it's finished SKU and finally when SKU file is also finished composition file. They will send these 3 files daily at particular time (eg: 11 p.m).
Currently I'm doing like following.

I'm dropping SKU file manually after Style file has been processed.
Can somebody help me to make to execute the files one after another?
Thank you