Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The Complex Event enables you to write java code to trigger the process flow. Using complex event, you can:

  • Write your Java Logic to trigger a process flow
  • Specify a process flow to be triggered
  • Set context Variable of the process flow

This feature is available in:

Enterprise

Premier

Professional

Express

 


Steps to create a Complex Event

  1. On the Adeptia Suite homepage menu, click the Develop tab.
  2. Go to Events > Complex Event.

    The Manage Complex Event screen is displayed.

     

  3. Click the Create New link. The Create Complex Event screen is displayed.

     

  4. Enter the name and description of the new Complex Event activity in the Name and Description text boxes respectively.
  5. Write the java code in the textbox Script.

    To view the sample code, click Help link.

  6. Enter the date on which Complex event will stop triggering, in the Event Expiry Date field. The date must be in MM/dd/yyyy format. Click the Calendar icon and select the required date from the calendar.
  7. Enter the expiry time from the Time dropdown lists.
  8. Enter the time interval, the Complex event checks the database Server in the Polling Frequency field. Enter the digit in the Frequency field and select the unit of time i.e. seconds, minutes or hours etc. from the Duration dropdown list.

    We recommended minimum Polling Frequency to be more than 60 seconds.

    To learn about Advanced Properties refer to Changing Advanced Properties section.
     
    If you want to learn about event misfire handling then, please refer to the Handling Misfire Event section.  

    To enable email error notification, please refer to the Creating Email Error Notification section.

  9. Click Save.
  • No labels