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

Define engine profile options globally #2544

Closed
smbea opened this issue Nov 3, 2021 · 0 comments · Fixed by #2547
Closed

Define engine profile options globally #2544

smbea opened this issue Nov 3, 2021 · 0 comments · Fixed by #2547
Assignees

Comments

@smbea
Copy link
Contributor

smbea commented Nov 3, 2021

What should we do?

Define engine profile options in a separate file, to be accessed globally like we do with Flags.

In EngineProfile.js:

export const engineProfiles = [
  {
    executionPlatform: 'Camunda Platform',
    executionPlatformVersions: [ '7.16', '7.15' ]
  },
  {
    executionPlatform: 'Camunda Cloud',
    executionPlatformVersions: [ '1.2', '1.1', '1.0' ]
  }
];

Why should we do it?

Centralize information in order to:

  • Reduce probability of errors caused by typos.
  • Make it easier to introduce new versions
@smbea smbea added the backlog Queued in backlog label Nov 3, 2021
@smbea smbea self-assigned this Nov 3, 2021
@smbea smbea added ready Ready to be worked on and removed backlog Queued in backlog labels Nov 3, 2021
smbea added a commit that referenced this issue Nov 3, 2021
@bpmn-io-tasks bpmn-io-tasks bot added in progress Currently worked on and removed ready Ready to be worked on labels Nov 3, 2021
smbea added a commit that referenced this issue Nov 3, 2021
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed in progress Currently worked on labels Nov 3, 2021
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Nov 4, 2021
smbea added a commit that referenced this issue Nov 4, 2021
smbea added a commit that referenced this issue Dec 2, 2021
smbea added a commit that referenced this issue Dec 2, 2021
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

Successfully merging a pull request may close this issue.

1 participant