Interface IOnTaskBeginRetVal
-
public interface IOnTaskBeginRetVal
Value 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 Object
getTriggerData()
default IWorkflowFileValue
getTriggerFiles()
Gets the files provided by the trigger.
-
-
-
Method Detail
-
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
-
-