Multi-threading in SysOperation framework

Hi,

I am trying to create Multi threading batch job using sysoperation framework; can any one help me with basic of multi thread. and multi thread sysoperation framework with example.

Regards,

Kumar

You have to create by several tasks (BatchHeader.addRuntimeTask()); AX will then run them in several threads, if available.

Look at Adding runtime tasks to a business operation framework service, for example.