ottobackwards commented on PR #6188:
URL: https://github.com/apache/nifi/pull/6188#issuecomment-1179433421

   verified after build 
   ```json
       "ProcessorRunStatusEntity" : {
         "type" : "object",
         "properties" : {
           "revision" : {
             "description" : "The revision for this request/response. The 
revision is required for any mutable flow requests and is included in all 
responses.",
             "$ref" : "#/definitions/RevisionDTO"
           },
           "state" : {
             "type" : "string",
             "description" : "The run status of the Processor.",
             "enum" : [ "RUNNING", "STOPPED", "DISABLED", "RUN_ONCE" ]
           },
           "disconnectedNodeAcknowledged" : {
             "type" : "boolean",
             "description" : "Acknowledges that this node is disconnected to 
allow for mutable requests to proceed."
           }
         },
         "xml" : {
           "name" : "entity"
         }
       }
   ```


-- 
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]

Reply via email to