Interface WorkflowNodeEventsFactory


public interface WorkflowNodeEventsFactory
Factory class used to create WorkflowNodeEvents objects.
Since:
11.00.000.041
  • Method Details

    • create

      WorkflowNodeEvents create(IXServerEventsContext ec, String path) throws byps.RemoteException
      Create an implementation for the WorkflowNodeEvents interface.
      Parameters:
      ec - Execution context.
      path - Optional parameter that can be used to distinguish between events of different workfow templates in the same plugin.
      Returns:
      WorkflowNodeEvents object.
      Throws:
      byps.RemoteException