File driven actions

I wish to setup my CI system so it is very hands off.

This works well.

Now I want to extend this so that Final Builder looks in the check out for a simple config file and performs the actions in it.

e.g.

ExcuteProgram:xxx.exe

BeyondCompare: file1.txt, file2.txt

This will allow the developers to extend the CI tool chain without me having to write their tests in FB.

Is this feature already in the system?