Ironclad · Arazzo Workflow
Ironclad Launch a Workflow Asynchronously and Poll
Version 1.0.0
Launch a workflow async, poll the create job to completion, then retrieve the workflow.
View Spec
View on GitHub
Contract Lifecycle ManagementCLMContractsLegal TechLegalOpsEnterpriseWorkflowseSignatureClickwrapAIOAuthSCIMWebhooksArazzoWorkflows
Provider
Workflows
launch-workflow-async-poll
Launch a workflow asynchronously, poll its job status, then retrieve it.
Submits an asynchronous workflow launch, polls the async create job until it reports success, and retrieves the resulting workflow.
1
launchAsync
create-a-new-workflow-async
Submit an asynchronous workflow launch request, returning a job id that can be polled for completion.
2
pollStatus
retrieve-asynchronous-workflow-status
Poll the async create job to determine whether the workflow has been created. Branches to retrieval once the job reports success.
3
retrieveWorkflow
retrieve-a-workflow
Retrieve the launched workflow created by the async job.