Example usage for org.apache.commons.scxml2.model Action subclass-usage

List of usage examples for org.apache.commons.scxml2.model Action subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.scxml2.model Action subclass-usage.

Usage

From source file org.onehippo.repository.scxml.AbstractAction.java

/**
 * AbstractAction is a base class Apache Commons SCXML state machine custom Action implementations with specific
 * support for usage with the {@link SCXMLWorkflowExecutor} engine.
 * <p>
 * This base custom action provides access to the {@link SCXMLWorkflowContext} and {@link SCXMLWorkflowData} objects
 * in the SCXML state machine root context which provide the bridge to the invoking workflow implementation.