Skip to content

Service Nodes

A service node represents a service that is connected to Requence. When execution reaches this node, it dispatches a message to the service and waits for a response.

When a service defines a configuration schema, the configuration values must be provided in the visual editor.

  • Time to respond — maximum time in milliseconds the node will wait for a response before failing. Defaults to infinite.
  • Retry — number of times the node will automatically retry after a failure. Defaults to none.
  • Retry delay — delay in milliseconds between retry attempts. Defaults to none.