Class InvokeActionDefinitionModelCmd

java.lang.Object
com.flowable.action.engine.impl.cmd.InvokeActionDefinitionModelCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<ActionInstanceExecutionResult>

public class InvokeActionDefinitionModelCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<ActionInstanceExecutionResult>, Serializable
Invokes an action definition model without requiring a deployment. Used to test action models before they are published: a transient action definition and historic action instance are created in memory (never inserted) and the configured bot is invoked directly. No historic action instance, action links or form instance are persisted.
See Also: