noop

package module
v0.0.0-...-b0b21a8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2022 License: BSD-3-Clause Imports: 1 Imported by: 0

README

No-Op

This activity is a simple No-Op that can be used for testing.

Installation

Flogo CLI
flogo install github.com/TNTworks/flogo-contrib/activity/noop

Examples

Configuration of a No-Op activity

{
  "id": "noop",
  "name": "NoOp",
  "activity": {
    "ref": "github.com/TNTworks/flogo-contrib/activity/noop"
  }
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Activity

type Activity struct {
}

Activity is an Activity that is used to log a message to the console inputs : none outputs: none

func (*Activity) Eval

func (a *Activity) Eval(ctx activity.Context) (done bool, err error)

Eval implements api.Activity.Eval

func (*Activity) Metadata

func (a *Activity) Metadata() *activity.Metadata

Metadata returns the activity's metadata

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL