interface State: Any
Fields
Name | Description |
---|---|
open isEndState: Boolean
|
|
abstract context: ClassicExecutionContext
|
Methods
clone
abstract fun clone(context: ClassicExecutionContext): State
Parameters
Name | Description |
---|---|
context: ClassicExecutionContext
|
ReturnValue
Name | Description |
---|---|
State
|