Package-level declarations

Types

Link copied to clipboard
@Serializable
data class CalculationEngineNodeMetaData(val sources: List<NodeIdentity> = emptyList(), val name: String = this::class.simpleName!!, val formula: String = "", val inputs: List<NodeIdentity> = emptyList(), val snapshot: Snapshot = Snapshot(), val invocationTriggers: List<InvocationTrigger> = emptyList(), val nodeAction: NodeAction = NodeAction.EXECUTE, val error: String = "") : SourceMetaData

Payload for a Calculation executor node.