public static interface IWorkflowInstance.IStatus
Modifier and Type | Field and Description |
---|---|
static int |
ABORTED
Aborted status
|
static int |
ABORTING
Aborting status
|
static int |
ABORTING_PAUSED
Paused status while aborting
|
static int |
PAUSED
Paused status
|
static int |
PAUSING
Pausing status
|
static int |
RESTARTING
Restarting status
|
static int |
STARTED
Started status
|
static int |
STARTING
Starting status
|
static int |
TERMINATED
Terminated status
|
static int |
UNKNOWN
Unknown status
|
static final int UNKNOWN
static final int STARTING
static final int STARTED
static final int PAUSING
static final int PAUSED
static final int RESTARTING
static final int TERMINATED
static final int ABORTING
static final int ABORTING_PAUSED
static final int ABORTED
Copyright © 2022 Visiativ. All rights reserved.