Can the workflow be ended directly? #2543
Replies: 5 comments 4 replies
-
|
There is no activity as such, but there is a way,
then add the other required activities to the worflow how it works, Timer activity ends the current request process and suspends the workflow instance, Thanks let me know if this undestandable, will other details and related links to this later |
Beta Was this translation helpful? Give feedback.
-
|
I have an idea, if it is a direct end process, can I directly modify the data in the database table, for example, I modify the WorkflowStatus=2 in the workflowinstances table |
Beta Was this translation helpful? Give feedback.
-
|
Yes sure, actually there are multiple ways to achieve this
|
Beta Was this translation helpful? Give feedback.
-
|
Ok, thank you for your answer |
Beta Was this translation helpful? Give feedback.
-
|
To end a workflow directly, use the Finish activity. It will clear out any & all triggers that may still be active on the workflow and mark the workflow as Completed. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to end the workflow directly, or go back to the previous process node, because when I'm working on a workflow, I want a way to end the process directly
Beta Was this translation helpful? Give feedback.
All reactions