Journal Meta Data
constructor(name: String = "Journal", description: String = "", entries: List<JournalEntry> = emptyList(), createdAt: Long = 0, updatedAt: Long = 0, error: String = "", sources: List<NodeIdentity> = emptyList(), snapshot: Snapshot = Snapshot(), invocationTriggers: List<InvocationTrigger> = emptyList(), nodeAction: NodeAction = NodeAction.EXECUTE, inputs: List<NodeIdentity> = emptyList())(source)