Adobe Captivate · Arazzo Workflow
Adobe Learning Manager Run and Poll a Bulk Job
Version 1.0.0
Submit a bulk import/export job, poll until it finishes, and branch on success or failure.
Provider
Workflows
run-bulk-job
Create a bulk job and poll it to completion.
Submits a bulk job of the requested type, polls its status until it reaches Completed or Failed, and surfaces the download URL on success.
1
createJob
createJob
Create a new bulk import/export job of the requested type and capture its id for polling.
2
pollJob
getJob
Poll the job by id. Retries while the job is still Submitted or InProgress, and falls through once it reaches Completed or Failed.
3
reportSuccess
getJob
Re-read the completed job to capture the final download URL and completion timestamp.
4
reportFailure
getJob
Re-read the failed job to capture its final status for reporting.