import Triglit from 'triglit';
const client = new Triglit({
apiKey: 'My API Key',
});
await client.triggers.resumeExecution({ resumeToken: 'x', runId: 'x' });Resumes a paused workflow execution with input data. Requires secret key authentication.
import Triglit from 'triglit';
const client = new Triglit({
apiKey: 'My API Key',
});
await client.triggers.resumeExecution({ resumeToken: 'x', runId: 'x' });Chave de API do tenant (publishable key ou secret key)
Chave de API do tenant (publishable key ou secret key)
Workflow resumed successfully
Was this page helpful?