Verj.io JavaScript API
Form
Form
Integration Service
REST Service
Workflow Process
SchedulerServices
.runFormInExecutor
Run form using threads from the Executors. I made it to work with a ThreadPoolExecutor, but I guess any Executor can be used. //everything else is same a runBackgroundForm.
Parameters
java.lang.String formId, java.util.Map formParameters, java.lang.String scheduledTaskId, java.util.concurrent.Executor executor,