Skip to main content
Version: Next

Open Service

Creates a continuous remote action

Description

The brick acts like a continuous remote action receiving and providing values non-stop. The logic is described within the Handler function input which outputs the 'Results' object.
'Open Service' is typically used in combination with the 'Call Service' brick, which listens and outputs the 'Results' of the 'Open Service' to which its 'Service Name' is matched

Inputs

  • Service Name (String): Unique name to give to the service to be called using the "Call Service" brick
  • Handler (Service Handler): A lambda function to describe the continuous backend logic. The 'Call Service' brick will listen to this function's "Results" output
  • Is Active (Boolean): If 'true', the service runs. If 'false', then it stops