FTP triggered child flows from parent flow
Is it possible to call 3 child flows from a parent flow as these child flows
needs to be run by getting 3 csv files with names like
KhanKard_YYYYMMDD.csv ,KhanKardUpdates_YYYMMDD.csv and
ExchangeCards_YYYYMMDD.csv?
I can set up FTP trigger for 3 different process flows if they are running
separately,but how can I achieve this as these 3 files will be placed at the
FTP server at the same time.
-
You can call three process flows as a child in a parent flow and parent flow would triggered on arrival of any one of below files and then call each child flows.
1) PF1( KhanKard_YYYYMMDD.csv type of files).
2) PF2( KhanKardUpdates_YYYYMMDD.csv type of files).
3) PF3( ExchangeCards_YYYYMMDD.csv type of files).Find out YYYYMMDD value from parent flow event file as eventContextEnabled is true. Then dynamically set this value in the FTPSource activity of child flows. After execution of child flows find out OperationCount from each child flows and combine them. Then send it using Mail activity.
0
Please sign in to leave a comment.
Comments
1 comment