Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface to be implemented by generation 2 Actions

Hierarchy

  • ActionInterface

Index

Methods

Methods

  • execute(): Promise<string>
  • Method invoked by Zyllio SDK when a generation 2 action is being executed.

    Returns Promise<string>

    the transition id if the action successfully executed, null otherwise