I have an executable APG process, that, amongst a host of other things, also merges models from one database to another.
What I'm aiming for now ist to incorporate a step into the Workflow (after the merge) that does a reorg of the target database.
I already have a batch file that triggers a reorg of that particular database (from our nightly scheduled reorgs).
Is it possible to trigger that batch file from the APG workflow?
(And, if yes, how? ;o))