Interface ProcessInstanceState
-
public interface ProcessInstanceStateUsed for passing the state to theRuntimeInstanceStateChangeCallbackinstances.- Author:
- Joram Barrez
-
-
Field Detail
-
RUNNING
static final String RUNNING
- See Also:
- Constant Field Values
-
COMPLETED
static final String COMPLETED
- See Also:
- Constant Field Values
-
CANCELLED
static final String CANCELLED
- See Also:
- Constant Field Values
-
-