Job From JSON Action

With the help of the Job As JSON Action node, it is possible to read a job JSON file and paste it into the job. In combination of the Job as JSON and Job from JSON node delayed jobs can be created. Those can be collected and processed later at any given time e.g. by a watchfolder that is triggered by cron.

Update:

The Job From JSON node will no longer import the job id of the job that has previously been extracted with the Job As JSON node. This change avoids having a wrong job ID reference after Job From JSON trigger that kept pushing all updates to the "old" exported job. Additionally, stream variables will now also be read in and be available after Job From JSON node execution.

Last updated