package
0.5.9
Repository: https://github.com/tibcosoftware/flogo-lib.git
Documentation: pkg.go.dev

# Functions

Deprecated: No longer used.
No description provided by the author
Deprecated: No longer used.
No description provided by the author
GetMetadata method to ensure we have metadata, remove in future.
NewMetadata creates the metadata object from its json representation.
Deprecated: No longer used.
No description provided by the author

# Structs

Config is the configuration for the Action.
Metadata is the metadata for the Activity.

# Interfaces

Action is an action to perform as a result of a trigger.
AsyncAction is an asynchronous action to perform as a result of a trigger, the action can asynchronously return results as it runs.
Factory is used to create new instances for an action.
ResultHandler used to handle results from the Action.
Runner runs actions.
SyncAction is a synchronous action to perform as a result of a trigger.