Pipelines

Run sync using the workflow backfill loop (no Temporal)

Exercises the same backfill loop code that the Temporal workflow uses, but runs inline without a Temporal server. Useful for testing the full workflow logic end-to-end.

post/pipelines/{id}/sync_workflow_test

Path parameters

idstring required

Unique pipeline identifier (e.g. pipe_abc123).

Example:pipe_abc123

Unique pipeline identifier (e.g. pipe_abc123).

Query parameters

time_limitnumber

Time limit per iteration (seconds)

Time limit per iteration (seconds)

Response

Backfill result with final eof and sync state

eofobject required
sync_stateobject

Changes

Changed in 4 of the 47 revisions of this API.121