Bubble · Arazzo Workflow
Bubble Trigger a Workflow Then Log a Thing
Version 1.0.0
Trigger a backend workflow and record its result by creating a record via the Data API.
View Spec
View on GitHub
No-CodeApplication PlatformDatabaseWorkflow AutomationPluginsArazzoWorkflows
Provider
Workflows
trigger-workflow-then-log-thing
Trigger a backend workflow, then log its result as a new record.
Invokes a named backend workflow and writes an audit record capturing the workflow name and returned status into a chosen data type.
1
triggerWorkflow
triggerWorkflow
Invoke the named backend workflow and capture its returned status and response payload.
2
logRun
createThing
Create an audit record in the chosen data type capturing the workflow name and the status it returned.
Source API Descriptions
openapi