Skip to main content

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

spWorkflowProcessResetRunningStatus

Reference

SchemaNameType
dbospWorkflowProcessResetRunningStatusProcedures

Uses

NameRelated to
spWorkflowProcessResetRunningStatus
WorkflowProcessInstanceStatus

Scripts

CREATE PROCEDURE [spWorkflowProcessResetRunningStatus]
AS
BEGIN
UPDATE [WorkflowProcessInstanceStatus]
SET [WorkflowProcessInstanceStatus].[Status] = 2
WHERE [WorkflowProcessInstanceStatus].[Status] = 1
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