Steps for running multiple xactions within xaction..
- Create one xaction file with Solution,Path as Process Inputs.
- Create a Relation component for the query SELECT filename from where SUBSTRING_INDEX(pro_files.fileName,'.',-1)="xaction". The where clause will pick only xaction files from the column in the table. Pass the column name to Result-Set Columns.
- Create a Action Loop and pass the query result set to it.
- Create a Pentaho BI Process pass Solution and path from the Process Input. Pass the query column name in the XAction Name.
- Set the output as desired for the sub XAction files.
This will execute all XAction files one by one.
No comments:
Post a Comment