Trace: • Data Modeling and Representation
Differences
This shows you the differences between two versions of the page.
workflow:workflow_isrunning [2020/02/21 11:59] admin created |
workflow:workflow_isrunning [2020/06/12 14:57] (current) cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTRANS~~ | ~~NOTRANS~~ | ||
- | ~~Title: Check if workflow is running~~ | + | ~~Title: Check if Workflow is Running~~ |
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 | 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 | ||
Line 7: | Line 7: | ||
boolean running = Workflow.isRunning(this, id); | boolean running = Workflow.isRunning(this, id); | ||
</code> | </code> | ||
- | The id is the object which was returned from: | + | The id is the object that was returned from: |
<code java> | <code java> | ||
Object id = Workflow.start(this, worfklowNameOrId); | Object id = Workflow.start(this, worfklowNameOrId); |