Interface ActionInstanceBuilder

All Known Implementing Classes:
ActionInstanceBuilderImpl

public interface ActionInstanceBuilder
Helper for starting new Action instance. An instance can be obtained through the ActionRuntimeService. actionDefinitionId or actionDefinitionKey should be set before calling start() to start an action instance.
Author:
Tijs Rademakers