SAService Architect Back to designer
SAService ArchitectDocumentation
Data connector Cron

Cron connector

Process-local scheduler implementation.

When to use

Configure this object once per external system or listener. Add concrete routes, methods, topics or schedules as endpoints inside it.

Behavior

  • Owns transport-level connection and implementation settings.
  • Can contain multiple endpoints.
  • Input and Sink streams reference endpoints, not the connector directly.

General properties

Connector identity and language-specific runtime adapters

PropertyTypeDescription
namestring

Connector name used in the designer and generated symbols.

Required
typeDataConnectorType

External system kind. It is locked after endpoints are created.

RequiredAllowed: HTTP, gRPC, Kafka, Custom, Cron, Temporal
goImplementationimplementation

Runtime adapter selected for this target language.

RequiredAllowed: go/gocron
cppUserverImplementationimplementation

Runtime adapter selected for this target language.

RequiredAllowed: cpp/libcron
cppBoostImplementationimplementation

Runtime adapter selected for this target language.

RequiredAllowed: cpp/libcron
pythonImplementationimplementation

Runtime adapter selected for this target language.

RequiredAllowed: python/apscheduler
rustImplementationimplementation

Runtime adapter selected for this target language.

RequiredAllowed: rust/croner
typeScriptImplementationimplementation

Runtime adapter selected for this target language.

RequiredAllowed: node/croner

Runtime properties

Runtime-specific connection settings

PropertyTypeDescription

Configuration example

type: Cron
goImplementation: go/gocron