AckdbSyncConnection

Properties

connection_idstringrequired

Durable sync-connection id.

workflow_idstring <uuid>required

Destination Floq workflow.

statusstringrequired
"active""paused"
reentry_modestringrequired

Whether a member re-entering the segment is delivered again.

"suppress""repush"
push_existingbooleanrequired

Whether members present at connection creation were seeded for delivery.

runstringrequired

Whether first deliveries execute the workflow or only insert rows.

"all""none"
field_mappingobjectrequired

Workflow input reference to ackDB segment field mapping.

mapping_warningsarray ofrequired

Stored mappings that could not be represented as current public workflow input references.

string
created_atnull | string <date-time>required
countersAckdbSyncCountersrequired

Example

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
  }
}