data class FlowRequiringAttention
Thinking that Instant is OK for short lived flow deadlines.
<init> |
FlowRequiringAttention(ref: FlowInstanceRef, prompt: String, choiceIdsToMessages: Map<SecureHash, String>, dueBy: Instant) Thinking that Instant is OK for short lived flow deadlines. |
choiceIdsToMessages |
val choiceIdsToMessages: Map<SecureHash, String> |
dueBy |
val dueBy: Instant |
prompt |
val prompt: String |
ref |
val ref: FlowInstanceRef |