net.corda.node.api / FlowRequiringAttention

FlowRequiringAttention

data class FlowRequiringAttention

Thinking that Instant is OK for short lived flow deadlines.



Constructors

<init> FlowRequiringAttention(ref: FlowInstanceRef, prompt: String, choiceIdsToMessages: Map<SecureHash, String>, dueBy: Instant)

Thinking that Instant is OK for short lived flow deadlines.

Properties

choiceIdsToMessages val choiceIdsToMessages: Map<SecureHash, String>
dueBy val dueBy: Instant
prompt val prompt: String
ref val ref: FlowInstanceRef