greentic-flow-dev 1.1.27665160846

Generic YGTC flow schema/loader/IR for self-describing component nodes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
id: adapter_fail
type: messaging

nodes:
  in:
    messaging.telegram.deleteUniverse:
      chat_id: "1234"
      text: "This should fail"
    routing:
      - to: email_notify

  email_notify:
    email.google.beamMeUp:
      to: "team@greentic.dev"
      subject: "Adapter FAIL"
      body: "Adapters should not resolve."
    routing:
      - out: true