-
Notifications
You must be signed in to change notification settings - Fork 5
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
feature(inbound-template): refactor the inbound template #186
Conversation
8a4cbed
to
0844a5f
Compare
README.md
Outdated
> | ||
> Read more | ||
> | ||
about [creating Connectors](https://docs.camunda.io/docs/components/connectors/custom-built-connectors/connector-sdk/#creating-a-custom-connector) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think your formatting breaks READMEs in general, you can deselected auto format in .md files.
This line should have a leading >
README.md
Outdated
> Read more | ||
> | ||
about [creating Connectors](https://docs.camunda.io/docs/components/connectors/custom-built-connectors/connector-sdk/#creating-a-custom-connector) | ||
> | ||
> Check out the [Connectors SDK](https://github.com/camunda/connector-sdk) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this link is outdated, we might use the new one
README.md
Outdated
that are used in other Connectors and the [Connector Runtime](https://github.com/camunda-community-hub/spring-zeebe/tree/master/connector-runtime#building-connector-runtime-bundles). | ||
This helps to avoid classpath conflicts when the Connector is executed. | ||
that are used in other Connectors and | ||
the [Connector Runtime](https://github.com/camunda-community-hub/spring-zeebe/tree/master/connector-runtime#building-connector-runtime-bundles). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this link is an old one
README.md
Outdated
|
||
1. Clone the Camunda Platform repository from GitHub: | ||
|
||
```shell |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there should be no tab here, it breaks the MD
README.md
Outdated
|
||
In your IDE you can also simply navigate to the `LocalContainerRuntime` class in test scope and run it via your IDE. | ||
If necessary, you can adjust `application.properties` in test scope. | ||
```shell |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there should be no tab here, it breaks the MD
README.md
Outdated
|
||
1. Run `io.camunda.example.LocalConnectorRuntime` to start your connector. | ||
2. Create and initiate a process that utilizes your newly created connector within the Camunda | ||
Modeler. ![Connector in Camunda Modeler](img/img.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consider adding a new line here for readability
|
||
### Test with SaaS | ||
|
||
#### Prerequisites: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consider adding a new line here for readability
Description
Work on the refactoring of inbound template
Related issues
closes #https://github.com/camunda/team-connectors/issues/973