Skip to content

Unable to use "state" config in Json File #53

@ashu122

Description

@ashu122

This is how i am using the processor state in the JSON file.

{
  "processors": [
    {
      "name": "P1",
      "state":"STOPPED"
    }
  ],
  "controllerServices": [
  ],
  "connections": [],
  "namedConnections": [],
  "name": "Test"
}

After template deployment i want this Processor named 'P1' to be stopped unlike the other processors which will be in running state. How can i achieve this?

I would appreciate the help. Thanks in Advance!. @hermannpencole

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions