Interface ProcessEngine

  • All Known Implementing Classes:
    ProcessEngineImpl

    public interface ProcessEngine
    Process Engine Interface Provides access to all the services and to manage a workflow of operations.
    • Method Detail

      • setStateMachineCallback

        void setStateMachineCallback​(IEventsProcessEngine stateMachineCallback)
        Set the state machine where the ProcessEngine return response on complete or on error
        Parameters:
        stateMachineCallback -