All Posts

execute job using script

S

By Suhas Das

Author

5 views

A job is simply an object that schedules the execution of the associated method. So you can either update the dm_job.run_now attribute or you can run the method directly using IDfSession.apply method, e.g.

session.apply(null, "DO_METHOD", args, dataTypes, values);

0 Comments

Leave a Comment

Your email will not be published. Comments are subject to moderation.