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

AsyncWebService help button doesn't work #4815 #4816

Merged
merged 1 commit into from
Jan 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/hop-user-manual/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ under the License.
* xref:logging/logging-basics.adoc[Logging basics]
** xref:logging/logging-reflection.adoc[Logging reflection]
* xref:metadata-types/index.adoc[Metadata Types]
** xref:metadata-types/asyncwebservice.adoc[]
** xref:metadata-types/async-web-service.adoc[]
** xref:metadata-types/azure-authentication.adoc[Azure Authentication]
** xref:metadata-types/beam-file-definition.adoc[Beam File Definition]
** xref:metadata-types/cassandra/cassandra-connection.adoc[Cassandra Connection]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Instead of getting immediate results from a pipeline with a xref:hop-server/web-
With that unique ID you can query the status of the workflow.
You can specify additional variables to report back during the querying of the status of the asynchronously running workflow.

Check the xref:metadata-types/asyncwebservice.adoc[Asynchronous Web Service] metadata type for more information on how to configure the async web service.
Check the xref:metadata-types/async-web-service.adoc[Asynchronous Web Service] metadata type for more information on how to configure the async web service.

Here is the lifecycle:

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@

@HopMetadata(
key = "async-web-service",
name = "i18n::AsynWebService.name",
description = "i18n::AsynWebService.description",
name = "i18n::AsyncWebService.name",
description = "i18n::AsyncWebService.description",
image = "ui/images/server.svg",
documentationUrl = "metadata-types/async-web-service.html",
documentationUrl = "/metadata-types/async-web-service.html",
hopMetadataPropertyType = HopMetadataPropertyType.SERVER_WEB_SERVICE_ASYNC)
public class AsyncWebService extends HopMetadataBase implements IHopMetadata {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ AsyncWebServiceEditor.Enabled.Label=Aktiviert
AsyncWebServiceEditor.Filename.Label=Dateiname des Workflows
AsyncWebServiceEditor.Name.Label=Asynchroner Webdienst
AsyncWebServiceEditor.StatusVars.Label=Statusvariablen (kommasepariert)
AsynWebService.description=Erm\u00F6glicht einen lang laufenden Workflow asynchron auszuf\u00FChren
AsynWebService.name=Asynchroner Web Service
AsyncWebService.description=Erm\u00F6glicht einen lang laufenden Workflow asynchron auszuf\u00FChren
AsyncWebService.name=Asynchroner Web Service
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ AsyncWebServiceEditor.Enabled.Label=Enabled
AsyncWebServiceEditor.Filename.Label=The workflow filename
AsyncWebServiceEditor.Name.Label=Asynchronous Web Service
AsyncWebServiceEditor.StatusVars.Label=The status variables (, separated)
AsynWebService.name=Asynchronous Web Service
AsynWebService.description=Allows you to run a long running workflow asynchronously
AsyncWebService.name=Asynchronous Web Service
AsyncWebService.description=Allows you to run a long running workflow asynchronously
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ AsyncWebServiceEditor.Enabled.Label=Activ\u00E9\u00A0
AsyncWebServiceEditor.Filename.Label=Nom du fichier de flux
AsyncWebServiceEditor.Name.Label=Web Service Asynchrone
AsyncWebServiceEditor.StatusVars.Label=Les variables de statut (s\u00E9par\u00E9es par ,\u00A0)
AsynWebService.description=Vous autorise \u00E0 ex\u00E9cuter un long workflow non synchronis\u00E9
AsynWebService.name=Web Service Asynchrone
AsyncWebService.description=Vous autorise \u00E0 ex\u00E9cuter un long workflow non synchronis\u00E9
AsyncWebService.name=Web Service Asynchrone
Loading