• Docs
  • Home

›Breakpoint

Messages

  • Set Property Fixed
  • Delete Message Property
  • Move Property
  • Map Range

Data Formats

  • Convert to/from JSON
  • Convert to/from XML
  • Convert to/from YAML
  • Generate CSV output
  • Parse CSV input
  • Simple GET request
  • Split text

Flow Control

  • Trigger On Start
  • Trigger At Interval
  • Trigger At Time
  • Route On Property
  • Route On Context
  • Operate On Array
  • Trigger Timeout
  • Trigger Placeholder
  • Rate Limit Messages
  • Rate Limit Message Stream
  • Report By Exception
  • Join Streams

Error handling

  • Retry On Error
  • Trigger On Error

HTTP Endpoints

  • Create Endpoint
  • Handle Query Parameters
  • Handle Url Parameters
  • Access Headers
  • Serve JSON
  • Serve Local File
  • Post Data
  • Post Form Data
  • Post JSON
  • Cookies

HTTP Requests

  • GET Request
  • Set URL
  • Set URL using Template
  • Set Query String
  • Parse JSON
  • Binary Response
  • Set Request Header

MQTT

  • MQTT broker
  • Publish Message
  • Set the topic
  • Publish Retained Message
  • Subscribe to a topic
  • Receive a parsed JSON message

OData

  • Define a Metadata Model
  • Define Metadata Model using EDM
  • Convert Request to Query
  • Read Only OData Service
  • Create an OData Service

Sequelize

  • Execute a Query

Auth

  • Basic Authentication
  • Generate JWT
  • Verify JWT

JSONata

  • JSONata Node
  • JSONata Explorer

Breakpoint

  • Introduction
  • How to Use

OpenAPI

  • Introduction
  • OpenAPI Router
  • OpenAPI Client

Release Management

  • Upload Download Release Management

Designer

  • Designer

Monitor

  • Introduction
  • How To Use

CI/CD

  • Introduction
  • Installation

How to Use

How To Use

Input the breakpoint node with some JSON message or other message. Set the timer for the amount of time thay you want to pause the execution of the flow for. When you inject some value, the value will pause for the time you specified. You can find the status of the node just below the node. When the node is in Running status, if you click on the button "Explore with JSONata", your JSON data (msg.payload) will automatically load into Ignite JSONata Explorer and open in a new tab. Once the specified time passes, flow will resume the execution and data will automatically wiped out.

Example

Flow JSON

[{"id":"8e5164.fdd2dea","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"50ea74a6.f6408c","type":"inject","z":"8e5164.fdd2dea","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"{\"FName\":\"Dev\",\"LName\":\"Das\"}","payloadType":"json","x":150,"y":260,"wires":[["a0eb3ccf.94c8b"]]},{"id":"71ef2969.e12798","type":"debug","z":"8e5164.fdd2dea","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":570,"y":260,"wires":[]},{"id":"a0eb3ccf.94c8b","type":"breakpoint","z":"8e5164.fdd2dea","name":"","timeout":"3","x":360,"y":260,"wires":[["71ef2969.e12798"]]}]

← IntroductionIntroduction →
  • How To Use
    • Example
Copyright © 2021 Cyber Group