Calculation Engine Node Meta Data
constructor(sources: List<NodeIdentity> = emptyList(), name: String = this::class.simpleName!!, formula: String = "", inputs: List<NodeIdentity> = emptyList(), snapshot: Snapshot = Snapshot(), invocationTriggers: List<InvocationTrigger> = emptyList(), nodeAction: NodeAction = NodeAction.EXECUTE, error: String = "")(source)