ContinueNode
abstract class ContinueNode(val context: FlowContext, val workflow: Workflow, val input: JsonObject, val actions: List<Action>) : Node, Closeable
Abstract class for a ContinueNode in the workflow.
Abstract class for a ContinueNode in the workflow.