Keep inputs separate
Distinct source files and folders are easier to follow than repeatedly starting work on the same input. NativeActions can receive another request while a task is running.
Heavy jobs share resources
Video encoding and large batches compete for CPU, memory and disk access. More simultaneous tasks do not necessarily finish sooner. Let a demanding job finish first if responsiveness matters.
Avoid file conflicts
Do not rename, move or delete a source another task is reading. Wait for an output to finish before using it as another input. If a job reports a locked file, close the conflicting app and retry that job.
You’re all set.Back to the help center