Class LoggingWorkFlowTask
- java.lang.Object
-
- com.redhat.parodos.workflow.task.BaseWorkFlowTask
-
- com.redhat.parodos.workflow.task.infrastructure.BaseInfrastructureWorkFlowTask
-
- com.redhat.parodos.examples.simple.task.LoggingWorkFlowTask
-
- All Implemented Interfaces:
WorkFlowTask,Work,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
@Component public class LoggingWorkFlowTask extends BaseInfrastructureWorkFlowTask
logging task execution- Author:
- Luke Shannon (Github: lshannon), Richard Wang (Github: richardw98), Annel Ketcha (Github: anludke)
-
-
Constructor Summary
Constructors Constructor Description LoggingWorkFlowTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkReportexecute(WorkContext workContext)List<WorkFlowTaskOutput>getWorkFlowTaskOutputs()List<WorkFlowTaskParameter>getWorkFlowTaskParameters()-
Methods inherited from class com.redhat.parodos.workflow.task.infrastructure.BaseInfrastructureWorkFlowTask
getType, getWorkFlowChecker, setWorkFlowChecker
-
Methods inherited from class com.redhat.parodos.workflow.task.BaseWorkFlowTask
getName, getParameterValue, setBeanName
-
-
-
-
Method Detail
-
execute
public WorkReport execute(WorkContext workContext)
-
getWorkFlowTaskParameters
public List<WorkFlowTaskParameter> getWorkFlowTaskParameters()
-
getWorkFlowTaskOutputs
public List<WorkFlowTaskOutput> getWorkFlowTaskOutputs()
-
-