Class RestAPIWorkFlowTask
- java.lang.Object
-
- com.redhat.parodos.workflow.task.BaseWorkFlowTask
-
- com.redhat.parodos.workflow.task.infrastructure.BaseInfrastructureWorkFlowTask
-
- com.redhat.parodos.examples.simple.task.RestAPIWorkFlowTask
-
- All Implemented Interfaces:
WorkFlowTask,Work,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
public class RestAPIWorkFlowTask extends BaseInfrastructureWorkFlowTask
rest api task execution- Author:
- Luke Shannon (Github: lshannon), Richard Wang (Github: richardw98), Annel Ketcha (Github: anludke)
-
-
Constructor Summary
Constructors Constructor Description RestAPIWorkFlowTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkReportexecute(WorkContext workContext)Executed by the InfrastructureTask engine as part of the WorkflowList<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)
Executed by the InfrastructureTask engine as part of the Workflow
-
getWorkFlowTaskParameters
public List<WorkFlowTaskParameter> getWorkFlowTaskParameters()
-
getWorkFlowTaskOutputs
public List<WorkFlowTaskOutput> getWorkFlowTaskOutputs()
-
-