Interface CompleteJobResult

All Known Subinterfaces:
CompleteAdHocSubProcessResultStep1, CompleteAdHocSubProcessResultStep1.CompleteAdHocSubProcessResultStep2, CompleteUserTaskJobResultStep1
All Known Implementing Classes:
CompleteAdHocSubProcessJobResultImpl, CompleteUserTaskJobResultImpl

public interface CompleteJobResult
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the type of the job result.
  • Method Details

    • getType

      JobResultType getType()
      Get the type of the job result. Depending on the type, different fields will be set on the request. These fields are used to perform follow-up actions on the job upon completion. Eg: changing the assignee of a user task, or activating certain elements of an ad-hoc sub process.
      Returns:
      the type of the job result