Seismic · Arazzo Workflow
Seismic Generate a Livedoc Asynchronously
Version 1.0.0
Resolve a template, inspect its inputs, generate a Livedoc async, and poll the job.
Provider
Workflows
generate-livedoc-async
Generate a Livedoc from a template asynchronously and poll the job.
Resolves a template by name, reads its input definitions, submits an asynchronous generation request, and branches to poll the generation job when the request is accepted or to capture the inline result otherwise.
1
findTemplate
listLiveDocTemplates
Find the Livedoc template by name, returning the single best match.
2
getTemplateInputs
getLiveDocTemplateInputs
Read the template's input field definitions to confirm which fields the generation request must supply.
3
generate
generateLiveDoc
Submit an asynchronous Livedoc generation request using the resolved template and supplied merge inputs.
4
pollJob
getGenerationJob
Read the generation job to capture its status and, when complete, the resulting document identifiers.