package
1.1.6
Repository: https://github.com/qingcloudhx/core.git
Documentation: pkg.go.dev

# README

Log

This activity allows you to write log messages.

Installation

Flogo CLI

flogo install qingcloud-flow/plugin/activity/log

Configuration

Input:

NameTypeDescription
headmapThe message to log
bodybytesbody

Examples

The below example logs a message 'test message':

{
  "id": "log_message",
  "name": "Log Message",
  "activity": {
    "ref": "qingcloud-flow/plugin/activity/log",
    "input": {
      "head": "test message",
      "body": "false"
    }
  }
}

# Functions

New optional factory method, should be used if one activity instance per configuration is desired.

# Structs

Activity is an sample Activity that can be used as a base to create a custom activity.
No description provided by the author
No description provided by the author
No description provided by the author