Class NotificationWorkFlowTask

java.lang.Object
com.redhat.parodos.workflow.task.BaseWorkFlowTask
com.redhat.parodos.tasks.notification.NotificationWorkFlowTask
All Implemented Interfaces:
WorkFlowTask, com.redhat.parodos.workflows.work.Work, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

public class NotificationWorkFlowTask extends BaseWorkFlowTask
  • Constructor Details

    • NotificationWorkFlowTask

      public NotificationWorkFlowTask(Notifier notifier)
  • Method Details

    • getWorkFlowTaskParameters

      @NonNull public @NonNull List<WorkParameter> getWorkFlowTaskParameters()
    • getWorkFlowTaskOutputs

      @NonNull public @NonNull List<WorkFlowTaskOutput> getWorkFlowTaskOutputs()
    • getAsJsonSchema

      public HashMap<String,Map<String,Object>> getAsJsonSchema()
    • execute

      public com.redhat.parodos.workflows.work.WorkReport execute(com.redhat.parodos.workflows.work.WorkContext workContext)