Homepage | About EASA | Contact
Guide Section: Couple EASA to a software application | EASAP Tree: PROCESSES
A CUSTOM PROCESS ACTION executes custom written Java code.
The specific code that is run is determined by the code’s fully qualified class name in Class:
For details on writing custom code for EASA, see Create Custom Code using the EASA API.
![]() |
|
---|---|
Essential Parameters: | |
Class: | Fully qualified class name of the custom code |
Optional Parameters: | |
On Error: | Defines whether subsequent ACTION's and the PROCESS should continue if there is an error, the default is to continue. |
Do if: | Logical expression, if FALSE then action NOT performed else default→TRUE. |
Class:→com.easa.examples.processactions.CopyFileProcessAction | |
Result file to Copy: | Use a local filename in the Results folder to be copied. |
Copy To Path: | Use a full path to denote destination of the new file (eg. C:\EASA_copied_results\results.html) |