Interface IOnTaskBeginRetVal
- 
public interface IOnTaskBeginRetValValue that is returned byITriggerHandler.onTaskBegin(de.xima.fc.interfaces.workflow.params.ITriggerOnTaskBeginParams).- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ObjectgetTriggerData()default IWorkflowFileValuegetTriggerFiles()Gets the files provided by the trigger. 
 - 
 
- 
- 
Method Detail
- 
getTriggerData
Object getTriggerData()
- Returns:
 - Data that is made available during the execution of the task. 
nullwhen 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
 
 
 - 
 
 -