Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

DropWorkflowInbox

Reference

SchemaNameType
dboDropWorkflowInboxProcedures

Input/Output

ModeNameData Type
INprocessIdUnique identifier

Uses

NameRelated to
DropWorkflowInbox
WorkflowInbox

Scripts

CREATE PROCEDURE [DropWorkflowInbox]
@processId uniqueidentifier
AS
BEGIN
BEGIN TRAN
DELETE FROM dbo.WorkflowInbox WHERE ProcessId = @processId
COMMIT TRAN
END
🔑 Get Trial Key

Alternatively, you can use an AI agent (Claude, Codex, GitHub Copilot, Cursor, or similar) to generate a trial key automatically. Provide the agent with the contents of trial.workflowengine.io/llms.txt and follow the instructions.

Stay in the know
Build Workflow Applications Faster
Star us on GitHub