component-test/src/main/java/org/apache/fineract/cn/portfolio/TaskDefinitionApiDocumentation.java [77:93]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                      responseFields(
                              fieldWithPath("identifier").type("String").description("task identifier's identifier"),
                              fieldWithPath("name").type("String").description("task identifier's name"),
                              fieldWithPath("description").type("String").description("task identifier's description"),
                              fieldWithPath("actions").description("The task definition action"),
                              fieldWithPath("fourEyes").type("String").description("task identifier's identifier"),
                              fieldWithPath("mandatory").type("String").description("task identifier's identifier")
                      )
              ));
    } catch (Exception e) {
      e.printStackTrace();
    }

  }


  @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



component-test/src/main/java/org/apache/fineract/cn/portfolio/TaskDefinitionApiDocumentation.java [106:121]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                      responseFields(
                              fieldWithPath("identifier").type("String").description("task identifier's identifier"),
                              fieldWithPath("name").type("String").description("task identifier's name"),
                              fieldWithPath("description").type("String").description("task identifier's description"),
                              fieldWithPath("actions").description("The task definition action"),
                              fieldWithPath("fourEyes").type("String").description("task identifier's identifier"),
                              fieldWithPath("mandatory").type("String").description("task identifier's identifier")
                      )
              ));
    } catch (Exception e) {
      e.printStackTrace();
    }

  }

  @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



