FOLIO-FSE / folio_migration_tools

A Python module and CLI tool that transforms legacy ILS data into the native FOLIO formats and loads it into FOLIO
MIT License
11 stars 9 forks source link

Add new task parameter -- post_process #784

Open banerjek opened 3 months ago

banerjek commented 3 months ago

After jobs complete, it's often necessary to perform auxiliary processes such as object file manipulation or map copying/modification (useful with multisystem implementations)

Suggest new task parameter "post_process" which is a system call to whatever is passed to it (string of shell commands, path to script/program, etc)

bltravis commented 3 months ago

@banerjek Are you thinking this is defined in the task definition?

banerjek commented 3 months ago

Yes, exactly