Class AnsibleCompletionWorkFlowCheckerTask

All Implemented Interfaces:
WorkFlowTask, com.redhat.parodos.workflows.work.Work, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

public class AnsibleCompletionWorkFlowCheckerTask extends BaseWorkFlowCheckerTask
An example of a task that check for ansible completion
Author:
Annel Ketcha (Github: anludke)
  • Field Details

    • jobId

      protected String jobId
  • Constructor Details

    • AnsibleCompletionWorkFlowCheckerTask

      public AnsibleCompletionWorkFlowCheckerTask(String aapUrl, String username, String password)
  • Method Details

    • checkWorkFlowStatus

      public com.redhat.parodos.workflows.work.WorkReport checkWorkFlowStatus(com.redhat.parodos.workflows.work.WorkContext workContext)
      Executed by the InfrastructureTask engine as part of the Workflow
      Specified by:
      checkWorkFlowStatus in class BaseWorkFlowCheckerTask
    • responseAction

      protected void responseAction(AapGetJobResponseDTO responseDTO)