Skip to main content

Execution back end

When designing the Job Type, the developer must decide on both the method to execute the job, and the name of the file to bind.

Example

Specifying a file binding is simple. You must include both the 'type' of binding, and the name of the file.

execute_binding = Perlexecute_library = _filename_.pm

The available binding types are:

DylibmacOS dynamic library*.dylib
DSOLinux/Unix dynamic library*.dso
PerlPerl package module*.pm, *pl
PythonPython script module*.py
DLLWindows dynamic link library*.dll