AckdbSyncConnection
Properties
connection_idstringrequiredDurable sync-connection id.
workflow_idstring <uuid>requiredDestination Floq workflow.
statusstringrequired"active""paused"reentry_modestringrequiredWhether a member re-entering the segment is delivered again.
"suppress""repush"push_existingbooleanrequiredWhether members present at connection creation were seeded for delivery.
runstringrequiredWhether first deliveries execute the workflow or only insert rows.
"all""none"field_mappingobjectrequiredWorkflow input reference to ackDB segment field mapping.
mapping_warningsarray ofrequiredStored mappings that could not be represented as current public workflow input references.
string
created_atnull | string <date-time>requiredExample
AckdbSyncConnection example
{
"connection_id": "string",
"workflow_id": "00000000-0000-0000-0000-000000000000",
"status": "active",
"reentry_mode": "suppress",
"push_existing": false,
"run": "all",
"field_mapping": {},
"mapping_warnings": [
"string"
],
"created_at": null,
"counters": {
"delivered": 0,
"exited_since_delivery": 0,
"suppressed_reentries": 0,
"held": 0,
"pending": 0
}
}