public interface WorkflowEntry
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVATED |
static int |
COMPLETED
Deprecated.
since 2.9.0 as this is clone for JIRA we no not need this status
|
static int |
CREATED |
static int |
KILLED |
static int |
SUSPENDED |
static int |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
long |
getId()
Returns the unique ID of the workflow entry.
|
int |
getState() |
String |
getWorkflowName()
Returns the name of the workflow that this entry is an instance of.
|
boolean |
isInitialized()
Returns true if the workflow entry has been initialized.
|
static final int CREATED
static final int ACTIVATED
static final int SUSPENDED
static final int KILLED
@Deprecated static final int COMPLETED
static final int UNKNOWN
long getId()
boolean isInitialized()
int getState()
String getWorkflowName()
Copyright © 2021 catworkx GmbH. All rights reserved.