Interface IOnTaskBeginRetVal


public interface IOnTaskBeginRetVal
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getTriggerData

      Object getTriggerData()
      Returns:
      Data that is made available during the execution of the task. null when no data is required.
    • getTriggerFiles

      default IWorkflowFileValue getTriggerFiles()
      Gets the files provided by the trigger. The files are made available during the execution of the task. May be null when no files are provided.
      Returns:
      The files provided by the trigger.
      Since:
      8.2.0