Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

[BUG] ids of steps are removed #526

Closed
apupier opened this issue Mar 10, 2023 · 0 comments
Closed

[BUG] ids of steps are removed #526

apupier opened this issue Mar 10, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@apupier
Copy link
Member

apupier commented Mar 10, 2023

Describe the bug

ids provided on steps are removed

To Reproduce

  1. Go to Source Code editor
  2. Provide for instance:
- from:
      uri: file:data?noop=true
      id: from-74c5
      steps:
        - log:
            message: ${body}
            id: log-5f36
  1. Click on Sync code
    --> the ids are removed, it results to:
- from:
    uri: file:data
    parameters:
      noop: 'true'
    steps:
    - log:
        message: ${body}

Expected behavior
A clear and concise description of what you expected to happen.

Logs
If applicable, add logs to help explain your problem.

Environment (please complete the following information):
OperateFirst

Additional context
real world example using ids: https://github.com/dscope-io/ISO20022/blob/393f7b0221e6a266589611687a5a70d13db43fbd/samples/SwiftCamel/swiftic.camel.yaml

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants