Class BaseInfrastructureWorkFlowTask
- java.lang.Object
-
- com.redhat.parodos.workflow.task.BaseWorkFlowTask
-
- com.redhat.parodos.workflow.task.infrastructure.BaseInfrastructureWorkFlowTask
-
- All Implemented Interfaces:
WorkFlowTask,Work,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
public abstract class BaseInfrastructureWorkFlowTask extends BaseWorkFlowTask
Base Class for an InfrastrcutureWorkFlowTask.If the infrastructure @see WorkFlowTask ends with a long running task outside of Parodos (i.e: waiting for ticket approval), a @see WorkFlowChecker can be specified with the logic required to check the status of this external tasks
- Author:
- Luke Shannon (Github: lshannon)
-
-
Constructor Summary
Constructors Constructor Description BaseInfrastructureWorkFlowTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkFlowTaskTypegetType()WorkFlowgetWorkFlowChecker()voidsetWorkFlowChecker(WorkFlow workFlowChecker)-
Methods inherited from class com.redhat.parodos.workflow.task.BaseWorkFlowTask
getParameterValue, setBeanName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.redhat.parodos.workflow.task.WorkFlowTask
getAsJsonSchema, getWorkFlowTaskOutputs, getWorkFlowTaskParameters
-
-
-
-
Method Detail
-
getWorkFlowChecker
public WorkFlow getWorkFlowChecker()
-
setWorkFlowChecker
public void setWorkFlowChecker(WorkFlow workFlowChecker)
-
getType
public WorkFlowTaskType getType()
-
-