Dear Creatio,

I apparently ran out of memory. The parent process gave an error, I cancelled this process and all sub processes cancelled automatically, except for about 20 processes. Status is Running, unable to cancel since the parent needs to be cancelled first, but the parent has already been cancelled.

Yours sincerely,

Pascal

Like 0

Like

1 comments

Hello Pascal, 

We'd suggest to first stop the process execution and then try to delete it. 

Please let us know if the issue persists. 

Best regards, 

Anastasiia

Show all comments

Hi all, I have created a web service for parsing a document which is taking two request parameters:

  • Header Parameter : 

Key : “Authorization”

Value : (xyz 123456)  // just an example

  • Body Parameter :

Key : “file”

Value : (Base64 data)

When I test it within the Web Service section b...MoreLess

Like 0

Like

2 comments

hi Prashant Jha

Creatio has its "JSON key parser" in a core assembly that works OOTB in the service section. Usually, it occurs in th...MoreLess

Show all comments (1)

Hi Team,

A business process was triggered on 01/11/2022 at 00:12, and there was a field which needs to get updated with Current date. But it got updated with the previous date i.e. 31/10/2022. Earlier it was working fine, just got the issue yesterday.

Please help

Like 0

Like

3 comments

Hi,

This could be possible if you run the business process under a user with a different time zone.

We get the current date with this line:

((DateTime)UserConnection...MoreLess

Show all comments (2)

Hi there,

I have a requirement to trigger a business process with a parameter value from an anonymous web service and get errors while publishing the code in the Creatio environment. Below I have mentioned the complete code of the web service and the error screenshot of the error.

Note: I have pre-created...MoreLess

File attachments
Like 0

Like

1 comments

Found the answer for this mentioned issue, Please refer to the code below. Using IProcessExecutor, this can be simply achieved in the 8.0 version...MoreLess

Show all comments

Hi community,



For an integration, I have the following JSON request parameter :



{

  "externalID": "57",

  "nomDuClient": "Simple text example",

  "nomDelOpportunite": "Simple text example",

  "calculateurs": [

    "57",

    "61"

  ]


}




Let's have ...MoreLess

Like 0

Like

6 comments

Dear Jonathan,

Unfortunately, there is no OOB functionality for transferring data sets (IsArray type) to web service parameters by...MoreLess

Show all comments (5)

Hi community,

I have a time column typed named Duration. In the execution of a business process I want to change the value of this attribute with the difference of two datetime parameters: enddate - startdate. Is there any way to perform this action or should I change the type of this column to type number.

Like 0

Like

0 comments
Show all comments

Hi,



I tried adding System.Net in Business Process Using property and it is throwing me error "A namespace cannot directly contain members such as fields or methods".



Is there any workaround?



Best regards,

Solem A.

Like 0

Like

0 comments
Show all comments

Hi,

Business process successfully running  in Dev environment.

But giving the error in Production environment.

Error message:

"An error occurred while applying the value of the parameter "GlbPopupWindowText" of the business process element:

    Unable to compute expression "[#[IsOwnerSchema:false]...MoreLess

Like 0

Like

3 comments
Best reply

Hello, 

I would like to suggest you to double-check the business process parameters and re-add the mentioned parameter anew on the prod...MoreLess

Show all comments (2)

Hi community,

The situation is the following :

To have some context, after importing some data from an Excel file in the "Calculateur" detail it does some calculations in the "Informations Prix" detail.

However, now when trying to implement a business process needed to recalculate the values i...MoreLess

Like 0

Like

2 comments

Stop using the normal Delete of a record by rights and instead force users to Delete with a business process.

The business process then run...MoreLess

Show all comments (1)

HI, 

I'm working with a business process, I have added a "Perfom Task" element, but I need to be able to set a custom parameter to it. The field already exists in the activity, but I'm not able to set it from them "Perfom Task" element.

Is there a way to do this?

Like 0

Like

2 comments

Hello Javier,



Could you please specify which custom parameter do you mean?



Thanks in advance!



Best regards,

Bogdan

Show all comments (1)