ActionRunner

interface ActionRunner

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun execute(processContext: ProcessContext): ActionStatus

Execute an action

Link copied to clipboard
abstract fun referencedInputProperties(variable: String): Set<String>

Properties referenced from input variable Say "person" is passed. Return "name" and other references