Class WorkManagerObject

java.lang.Object
org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
org.nuxeo.ecm.restapi.server.management.WorkManagerObject
All Implemented Interfaces:
Resource, Adaptable

public class WorkManagerObject extends AbstractResource<ResourceTypeImpl>
Since:
11.3
  • Field Details

  • Constructor Details

    • WorkManagerObject

      public WorkManagerObject()
  • Method Details

    • launch

      @POST @Produces("application/json") @Path("run-works-in-failure") public Blob launch(@FormParam("timeoutSeconds") String timeoutSeconds) throws OperationException
      Executes Works stored in the dead letter queue (DLQ) after failure.
      Parameters:
      timeoutSeconds - a timeout for the works to end.
      Returns:
      The result of the rerun
      Throws:
      OperationException