Web Hook Out Meta Data
constructor(name: String = "", sources: List<NodeIdentity> = emptyList(), url: String = "", method: HttpMethod = HttpMethod.GET, params: List<Pair<String, String>> = emptyList(), headers: List<Pair<String, String>> = emptyList(), snapshot: Snapshot = Snapshot(), invocationTriggers: List<InvocationTrigger> = emptyList(), nodeAction: NodeAction = NodeAction.EXECUTE, error: String = "", inputs: List<NodeIdentity> = emptyList())(source)