How do I create a Dynamic job definition and run it for one time execution only (like on-demand job) using control-m REST API Automation?
Every time I pass a JSON file it is being considered as a Static job definition is getting saved to my workspace which I am trying to avoid.
I'm trying to understand how control m interprets the job definition as either static or dynamic? We are trying to migrate off ctmcreate and start using REST API.