Skip to main content
Version: 2.2.0

Workflow Worker (WFW) Environment Variables

Out-of-the-box generic activity worker service. Project developed Workflow Worker using Activity SDK should have a similar configuration.

NameDefaultDescription
APP_PORT'5000'Application port for serving HTTP requests.
LOG_LEVEL'info'The logging level. info for production, debug for development.
TEMPORAL_HOSTlocalhostThe hostname of the temporal server.
TEMPORAL_PORT7233The port number of the temporal server.
TEMPORAL_NAMESPACEdefaultThe namespace of the temporal server to scope workflow & activity execution. Must be same across all WFE modules.
TEMPORAL_TASKQUEUEtaskqueueThe name of the workflow and activity execution task queue. Must be same across all WFE modules.