Generic Worker Properties

Property

Description

NAME = <worker>

Provide a good descriptive name of the worker. Alternatively, a logical name that is easy to keep track of.

TYPE = <worker type>

Currently worker type may be one of the following:

  • UNKNOWN: Indicating that the type is not yet known/set.

  • PROCESSABLE: Processable worker that can be invoked to process (for instance sign) data.

  • TIMED_SERVICE: Worker scheduled to be run at some interval.

  • SPECIAL: Not a callable or schedulable worker. Reserved for future use.

  • CRYPTO_WORKER: A special worker only holding a crypto token mainly to be used by other workers.