Activities
In addition to the activities available for general use, TIBCO Cloud Integration - Flogo (PAYG) supports activities that were originally created in Project Flogo™. Such activities are marked with an OSS tag on them. This allows for a seamless import of apps that were created in Project Flogo™. The Project Flogo™ activities are placed under the Default category.
If you are creating an app in TIBCO Cloud Integration - Flogo (PAYG), it is preferable to use the general purpose activities (the activities that do not have an OSS tag on them), since they are more robust in functionality.
Refer to https://github.com/TIBCOSoftware/flogo-contrib for details on the activities that are marked with an OSS tag.
You can create a flow branch from any activity except the Return activity.
To create a branch from an activity. Refer to the TIBCO Flogo® Enterprise User's Guide for steps to create a branch.
Refer to the TIBCO Flogo® Enterprise User's Guide for steps to delete an activity.
This section contains the following topics:
- ConfigureHTTPResponse
This activity is used to configure HTTP response codes that you want to use in your REST reply. - GRPCActivity
The gRPC Invoke activity is an implementation of the gRPC client. Use this activity to make outbound gRPC calls. - InvokeLambdaFunction
Use this activity to invoke a specific Lambda function. - InvokeRESTService
This activity is used to make a request to a REST service; it also accepts the reply returned by the service. - LogMessage
LogMessage is an activity that writes a message to the log. For each application, there is a log file. You can view the logs in the Log tab. - Mapper
Use this activity to define a schema to get the desired data. This activity is particularly useful to define a schema for an object of type any. In the flow, you place the Mapper activity preceding an activity whose input requires an object of data type any. This allows you to map the object of type any to the output from the Mapper activity. An advantage of using this activity is that you can construct the data for the any data type within the flow instead of fetching it from outside. - ParseJSONActivity
This activity takes a stringified JSON data as input and converts it into a JSON object, which can then be accessed by the downstream activities that follow. You provide the input to the activity either by entering the stringified JSON data manually in the Input tab or saving it in a file and entering the file path in the Input tab. The activity supports output validation if you opt to validate the input JSON data against the output schema that you configure in the Output Settings tab. - ReplyToHTTPMessage (Supported for backward compatibility only)
This activity is not supported in TIBCO Cloud Integration - Flogo (PAYG) 2.5.0 and above. This activity is applicable only to flows that were created in previous versions of TIBCO Cloud Integration - Flogo (PAYG) (prior to version 2.5.0) that are imported into the current version. - SendMail
SendMail is an activity that sends an email by way of an SMTP server. - Sleep
The Sleep activity is an asynchronous activity that suspends the execution of a flow for the specified time.