Documentation

(workflow)

Check if Workflow is Running

This is an old revision of the document!


If you want to know if a workflow is still running, you have different options. If you want to check the running state in your workscreen, simply call

boolean running = Workflow.isRunning(this, id);

The id is the object which was returned from:

Object id = Workflow.start(this, worfklowNameOrId);

On server-side, the call is different:

WorkflowAccess.getCurrentInstance().isWorkflowRunning(id);
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information