Class CreateRecordReportWorkflowAction

All Implemented Interfaces:
IActivatableWorkflowObject, INamedWorkflowObject, INeedWorkflow, IWorkflowAction, IWorkflowObject, Serializable

public final class CreateRecordReportWorkflowAction extends AbstractReportWorkflowAction
This class gets called when an event is triggered from the Workflow Engine. It takes the information from the record that triggered the action, creates a report, and then insert this new file in the target table as a new record.
See Also:
  • Constructor Details

    • CreateRecordReportWorkflowAction

      public CreateRecordReportWorkflowAction(String p_strGUID)