Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

tdk fnrun replay

Re-execute a finished function run.

Mints a new concrete physical function run against the latest patch (or head, if no patch exists). The pointer stays bound to the previous attempt's outputs until the new attempt finishes successfully.

tdk fnrun replay \
--fnrun fnr-27ac91
FlagTypeRequiredDescription
--fnrunstringOptionalID of the function run to replay.