mirror of
https://github.com/corda/corda.git
synced 2025-06-17 06:38:21 +00:00
Add StateMachineViewer and data model to explorer.
Add state machine details with flow result or error, flow initiator, flow name and progress. Split flows into categories: in progress, errored, done.
This commit is contained in:
@ -30,7 +30,6 @@ import java.util.*
|
||||
@CordaSerializable
|
||||
data class StateMachineInfo(
|
||||
val id: StateMachineRunId,
|
||||
val sessionId: Long,
|
||||
val flowLogicClassName: String,
|
||||
val initiator: FlowInitiator,
|
||||
val progressTrackerStepAndUpdates: Pair<String, Observable<String>>?
|
||||
|
Reference in New Issue
Block a user