Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Its recommended to start agent in console mode with only web server for first run to ensure all configuration is valid. This is ensures all connections are properly configured and helps to resolve any configuration errors.

Expand
titleStart Web Server

Execute agent in web server mode

Code Block
languagebash
.\AltiKare.Workflow.Agent.exe web

After agent started in web server mode you can open web interface from with http://localhost address.

6. Start

...

Service

Starting service (Windows Only)

Open windows services from task manager / services tab or service manager.

Starting service (Linux)

Execute the service from shell

Expand
titleStart Web ServerService

Execute agent in agent mode

Code Block
languagebash
.\AltiKare.Workflow.Agent.exe agent
After agent started in web server mode only processes the background jobs and does not provide any external access.