Interface IOnTaskBeginRetVal
public interface IOnTaskBeginRetVal
Value that is returned by
ITriggerHandler.onTaskBegin(de.xima.fc.interfaces.workflow.params.ITriggerOnTaskBeginParams).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiondefault IWorkflowFileValueGets the files provided by the trigger.
-
Method Details
-
getTriggerData
Object getTriggerData()- Returns:
- Data that is made available during the execution of the task.
nullwhen no data is required.
-
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
-