Interface ExecuteActionInstanceBuilder

  • All Known Implementing Classes:
    ExecuteActionInstanceBuilderImpl

    public interface ExecuteActionInstanceBuilder
    Helper for executing and Action instance. An instance can be obtained through ActionRuntimeService. actionInstance, actionDefinitionId or actionDefinitionKey should be set before calling execute() to execute an action instance.
    Author:
    Tijs Rademakers