You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to fix program got blocked stage issue

Hi support,

I have create app and run it in program. When program running, it got blocked stage as below:


When program run, the product call app for invocation, then app will process record and return to product by productImportEndpoint API:

Here is request body:

{

 fieldDefinitions: [

  {

   name: 'appcloud_row_correlation_id',

   dataType: 'Text',

   width: 40,

   unique: true,

   required: true,

   readOnly: null,

   minimumValue: null,

   maximumValue: null,

   possibleValues: null,

   format: null,

   resources: null

  },

  {

   name: 'appcloud_row_status',

   dataType: 'Text',

   width: 10,

   unique: null,

   required: true,

   readOnly: null,

   minimumValue: null,

   maximumValue: null,

   possibleValues: [Array],

   format: null,

   resources: null

  },

  {

   name: 'appcloud_row_errormessage',

   dataType: 'Text',

   width: 5120,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!