thiagoelg commented on code in PR #3607:
URL:
https://github.com/apache/incubator-kie-tools/pull/3607#discussion_r3320463691
##########
packages/bpmn-editor-envelope/src/i18n/locales/en.ts:
##########
@@ -56,4 +56,73 @@ export const en: BpmnEditorEnvelopeI18n = {
flexibleProcesses: "Flexible processes",
unableToOpenFile: "Unable to open file.",
errorMessage: "Error details: ",
+ restService: {
+ name: "Rest Service Task",
+ integration: "Integration",
+ description: "Call a REST API endpoint",
+ url: "URL",
+ urlHelp: "The complete URL or path to the REST endpoint (e.g.,
https://api.example.com/endpoint)",
+ protocol: "Protocol",
+ protocolHelp: "Alternative to full URL (e.g., http, https)",
+ httpMethodGet: "GET",
+ httpMethodPost: "POST",
+ httpMethodPut: "PUT",
+ httpMethodPatch: "PATCH",
+ httpMethodDelete: "DELETE",
+ host: "Host",
+ hostHelp: "Alternative to full URL (e.g., api.example.com)",
+ hostRequiredError: "Host is required when URL is not complete",
+ port: "Port",
+ portHelp: "Alternative to full URL (e.g., 443)",
+ contentData: "Content Data",
+ contentDataHelp: "Literal, JSON or process variable #{var}",
+ testVariables: "Test Variables",
+ testVariablesHelp: "Provide mock values for process variables used in the
content data for the REST endpoint.",
Review Comment:
```suggestion
testVariablesHelp: "Provide test values for process variables used in
the content data for the test request.",
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]