Bubble · Arazzo Workflow
Bubble Initialize Then Trigger a Backend Workflow
Version 1.0.0
Run the one-time detection call for a backend workflow, then trigger it with the same parameters.
View Spec
View on GitHub
No-CodeApplication PlatformDatabaseWorkflow AutomationPluginsArazzoWorkflows
Provider
Workflows
initialize-then-trigger-workflow
Detect a workflow's parameter contract, then trigger it.
Posts the parameter map to the initialize endpoint to define the contract, then triggers the workflow with the same parameters.
1
initializeWorkflow
initializeWorkflow
One-time detection call. Bubble inspects the request body to define the workflow's parameter contract for subsequent calls.
2
triggerWorkflow
triggerWorkflow
Invoke the workflow with the same parameter map now that its contract is defined.