You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/07/08 23:51:42 UTC

[GitHub] [nifi] ottobackwards commented on pull request #6188: NIFI-10207: ensure allowableValues matches SUPPORTED_STATE in Process…

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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org