Interface WorkFlowTask

    • Method Detail

      • getWorkFlowTaskParameters

        @NonNull
        default @NonNull List<WorkFlowTaskParameter> getWorkFlowTaskParameters()
        Parameters required for the Task to execute. These are generally obtained from the @see WorkContext. The @see BaseWorkFlowTask has a method to simplify getting these values
        Returns:
        List of @see WorkFlowTaskParameter that need to be obtained from the @see WorkContext
      • getWorkFlowTaskOutputs

        @NonNull
        default @NonNull List<WorkFlowTaskOutput> getWorkFlowTaskOutputs()
        The expected Output/result of the Task.
        Returns:
        List of @see WorkFlowTaskOutput