Create Action
In server/libs/modules/components/newcomponent/src/main/java/com/bytechef/component/newcomponent/action
package, the
NewComponentDummyAction
class defines the connection. The ACTION_DEFINITION
constant contains all the details about
the action, including its name, title, description, properties and others.
The perform
method contains the logic for the action. Here is the simplest example of the perform
method that returns the value of the name
property.
For more information about any method in the ACTION_DEFINITION
, refer to the action documentation.