Platform Explorer / Nuxeo Platform 2023.10

Operation Bulk.WaitForAction (Wait for Bulk computation)

Description

Wait until Bulk computation is done. This operation is meant to be used for tests. Its usage in production is not recommended.
Operation id Bulk.WaitForAction
Category Services
Label Wait for Bulk computation
Requires
Since 10.2

Parameters

Name Description Type Required Default value
commandId string yes  
timeoutSecond long no  

Signature

Inputs void
Outputs boolean

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.services.bulk.BulkWaitForAction
Contributing Component org.nuxeo.ecm.core.automation.features.operations

JSON Definition

{
  "id" : "Bulk.WaitForAction",
  "label" : "Wait for Bulk computation",
  "category" : "Services",
  "requires" : null,
  "description" : "Wait until Bulk computation is done. This operation is meant to be used for tests. Its usage in production is not recommended.",
  "since" : "10.2",
  "url" : "Bulk.WaitForAction",
  "signature" : [ "void", "boolean" ],
  "params" : [ {
    "name" : "commandId",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "timeoutSecond",
    "description" : null,
    "type" : "long",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}