tctl version-next data-converter command reference
The tctl data-converter
command enables custom Data ConverterWhat is a Data Converter?
A Data Converter is a Temporal SDK component that encodes and decodes data entering and exiting a Temporal Server.
Learn more operations.
web
The tctl data-converter web
command specifies the WebSocket URL of a custom Data ConverterWhat is a Data Converter?
A Data Converter is a Temporal SDK component that encodes and decodes data entering and exiting a Temporal Server.
Learn more to use with Temporal Web.
tctl data-converter web --web-ui-url <url>
The following modifiers control the behavior of the command.
port
Specify a port for the WebSocket URL of a custom Data ConverterWhat is a Data Converter?
A Data Converter is a Temporal SDK component that encodes and decodes data entering and exiting a Temporal Server.
Learn more.
The default value is 0.
Example
tctl dataconverter web --web-ui-url <url> --port <value>
--web-ui-url
Required modifier
Specify the WebSocket URL of a custom Data ConverterWhat is a Data Converter?
A Data Converter is a Temporal SDK component that encodes and decodes data entering and exiting a Temporal Server.
Learn more.
Example
tctl dataconverter web --web-ui-url <url>