Class TaskService


  • @Service
    public class TaskService
    extends Object
    Service for invoking Flowable REST services.
    • Constructor Detail

      • TaskService

        public TaskService()
    • Method Detail

      • listTasks

        public com.fasterxml.jackson.databind.JsonNode listTasks​(ServerConfig serverConfig,
                                                                 com.fasterxml.jackson.databind.node.ObjectNode bodyNode)
      • getTask

        public com.fasterxml.jackson.databind.JsonNode getTask​(ServerConfig serverConfig,
                                                               String taskId,
                                                               boolean runtime)
      • deleteTask

        public void deleteTask​(ServerConfig serverConfig,
                               String taskId)
        Delete a task.
      • executeTaskAction

        public void executeTaskAction​(ServerConfig serverConfig,
                                      String taskId,
                                      com.fasterxml.jackson.databind.JsonNode actionRequest)
      • updateTask

        public void updateTask​(ServerConfig serverConfig,
                               String taskId,
                               com.fasterxml.jackson.databind.JsonNode actionRequest)
      • getSubTasks

        public com.fasterxml.jackson.databind.JsonNode getSubTasks​(ServerConfig serverConfig,
                                                                   String taskId)
      • getVariables

        public com.fasterxml.jackson.databind.JsonNode getVariables​(ServerConfig serverConfig,
                                                                    String taskId)
      • getIdentityLinks

        public com.fasterxml.jackson.databind.JsonNode getIdentityLinks​(ServerConfig serverConfig,
                                                                        String taskId)