Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 521 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 521 Bytes

Channel

This activity allows you to put a data on a named channel in the flogo engine. Channels are essentially an internal communication channel in the engine.

Installation

Flogo CLI

flogo install github.com/project-flogo/contrib/activity/channel

Configuration

Input:

Name Type Description
channel string The name of channel to use - REQUIRED
data any The data to put on the channel