Docs

client.workflows.execute

Execute a prepared workflow with a customer-owned signer callback.

Package@torq-finance/sdk
Signatureclient.workflows.execute(workflow, signer)

Behavior

Refreshes the prepared workflow, verifies the snapshot and ordered intents, checks signer chain, simulates when required, sends customer-signed transactions, registers hashes, and waits for final canonical success.

Security boundary

The signer retains private keys and signing proofs. Torq never receives them and does not relay production transactions in v1.

See the API Reference for the governed endpoint contract and the workflow guide for canonical completion semantics.