🖋️
Aitheon Core
  • Aitheon Core Overview
  • AITHEON CORE - QUICK START
    • Add Sub-graph
    • Add Node
    • Add Provisional Node
    • Connect Nodes
    • Create Mapping Node
    • Deploy
  • MAIN ELEMENTS
    • Core Interface
    • Sub-graphs
    • Nodes
    • Toolbox
    • Marketplace
    • Input and Output Sockets
  • GLOSSARY
    • Terminology
Powered by GitBook
On this page
  • Sockets
  • Socket Groups
  • Common
  • ProjectManager
  • Communications
  • Marketplace
  • Devices
  • ItemManager
  • SmartInfrastructure
  • AnyData
  • Mapping node

Was this helpful?

  1. MAIN ELEMENTS

Input and Output Sockets

PreviousMarketplaceNextTerminology

Last updated 4 years ago

Was this helpful?

A (or a ) receives a message (information) through its Input socket. Then some logic in the node processes and a new message goes out as an output through the Output socket.

Sockets

Sockets define what kind of message the node receives and sends out.

When you are making a or a , you can set up the node's socket.

If you know what data will "come in," choose the group and the type of socket from the list (1). In this example, this is the Common group and AnyData type.

Socket Groups

Usually, a socket group corresponds to a specific Aitheon service.

Common

  • Ping

  • AnyData

  • NumberSocket

  • UrlsList

  • ErrorSocket

ProjectManager

  • ProjectTaskId

  • Project

  • ProjectId

  • Label

  • Epic

  • EpicId

  • Comment

  • Stage

  • ProjectTask

Communications

  • MemberInfo

  • Channel

  • ChannelMember

  • ChannelMemberMetadata

  • Message

  • ConnectionRequestAction

  • ConnectionRequest

  • TypingStatus

  • Ping

Marketplace

  • StoreRequest

Devices

  • DevicePose

ItemManager

  • Item

  • DeleteByID

  • Category

SmartInfrastructure

  • CreateRobotTask

AnyData

If you are not a developer, you don't need to know data types and sockets. You may outline the automation on the graph table just by using the AnyData socket of the Common group.

During the initial deployment, this socket will automatically transform to a socket of the corresponding type:

In this example, outputAnyData (this is the name, not a type of socket) with the socket of AnyData type will transform into a socket of Message type - due to the connected incomingMessage output socket.

So basically, AnyData socket allows you to build some business logic connecting nodes and sub-graphs without paying attention to technical details. If you describe your needs and use cases in a request or a provisional node properly, a developer will set up appropriate sockets and other settings for you.

Mapping node

If you need to connect not corresponding sockets, you may.

create a Mapping node
node
sub-graph
Provisional node
request at Marketplace