Is there an activity to end the workflow? I can only find Terminate Workflow but I don’t want this to be an error or exception.
Is there any way to do this without creating a separate flow to skip all the way to the end?
Is there an activity to end the workflow? I can only find Terminate Workflow but I don’t want this to be an error or exception.
Is there any way to do this without creating a separate flow to skip all the way to the end?
Hi @DEATHFISH,
If your project is going through Orchestrator you could use also Should Stop
activity. This requires to stop the process in Orchestrator before action reach this activity. Then process will be stopped at the point where you have placed it.
Hi, I am not using Orchestrator or ReFramework.