Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C5F23200BB3 for ; Wed, 2 Nov 2016 10:53:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C4A71160AFB; Wed, 2 Nov 2016 09:53:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3E70C160AEA for ; Wed, 2 Nov 2016 10:53:43 +0100 (CET) Received: (qmail 71248 invoked by uid 500); 2 Nov 2016 09:53:42 -0000 Mailing-List: contact dev-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list dev@nifi.apache.org Received: (qmail 71237 invoked by uid 99); 2 Nov 2016 09:53:41 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2016 09:53:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 73B1F1A02A6 for ; Wed, 2 Nov 2016 09:53:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.173 X-Spam-Level: ** X-Spam-Status: No, score=2.173 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id qKgfyPxDVce8 for ; Wed, 2 Nov 2016 09:53:40 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 989615F24F for ; Wed, 2 Nov 2016 09:53:40 +0000 (UTC) Received: from mtom.nabble.com (unknown [162.253.133.81]) by mbob.nabble.com (Postfix) with ESMTP id F4140350D4AF for ; Wed, 2 Nov 2016 02:45:22 -0700 (PDT) Date: Wed, 2 Nov 2016 01:27:32 -0700 (MST) From: marlborino To: dev@nifi.apache.org Message-ID: <1478075252827-13788.post@n7.nabble.com> Subject: Get the provenance of a flowfile from java api MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Wed, 02 Nov 2016 09:53:43 -0000 Hi all, I have developed a custom processor in order to parse an XML content of a flowfile. Sometimes the xml is not well-formed so the processor crashes. I would like to retrieve from the recieved flowfile the provenance data in order to get the previous processor ID. Is it possibile through java api? Thanks a lot. -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/Get-the-provenance-of-a-flowfile-from-java-api-tp13788.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.