Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ashu122 opened this issue May 1, 2020 · 0 comments
Open

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

ashu122 opened this issue May 1, 2020 · 0 comments

Comments

@ashu122
Copy link

ashu122 commented May 1, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant