takraj commented on code in PR #6504: URL: https://github.com/apache/nifi/pull/6504#discussion_r1042718987
########## nifi-nar-bundles/nifi-asana-bundle/nifi-asana-processors/src/main/resources/docs/org.apache.nifi.processors.asana.GetAsanaObject/additionalDetails.html: ########## @@ -0,0 +1,100 @@ +<!DOCTYPE html> +<html lang="en" xmlns="http://www.w3.org/1999/html"> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + +<head> + <meta charset="utf-8"/> + <title>GetAsanaObject</title> + <link rel="stylesheet" href="../../../../../css/component-usage.css" type="text/css"/> + <style> + h2 {margin-top: 4em} + h3 {margin-top: 3em} + td {text-align: left} + </style> +</head> + +<body> + +<h1>GetAsanaObject</h1> + +<h3>Description</h3> +<p> + This processor collects various objects (eg. tasks, comments, etc...) from Asana via the specified + <code>AsanaClientService</code>. When the processor started for the first time with a given configuration + it collects each of the objects matching the user specified criteria, and emits <code>FlowFile</code>s + of each on the <code>NEW</code> relationship. Then, it polls Asana in the frequency of the configured <em>Yield</em> + duration, and detects changes by comparing the object fingerprints. When there are updates, it emits them through Review Comment: Done in 7872fb2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
