Hi everyone,
I'm working with an Orchestrated Process that calls an external API. Currently, all requests hit the endpoint simultaneously, causing it to return a 500 Internal Server Error
due to overload. I'm seeing errors like this in the logs:…
Hi everyone,
I'm working with an Orchestrated Process that calls an external API. Currently, all requests hit the endpoint simultaneously, causing it to return a 500 Internal Server Error
due to overload. I'm seeing errors like this in the logs:…
Hello everyone,
I created a process triggered by the insert in the table PersonInOrg. This process must update a value in the table PersonHasESet, in the record referred to the assignment of a system role inherited from the assignment of the business role…
Hi everyone,
I want to monitor admnistrative changes made, for example when someone changes a Process, a template on a table or something else.
I know that for the import of change label I can monitor this operation with "DialogTag" table, but I want…
Hello Experts,
I'm trying to get a process orchestration in place to SFTP a file. I'm having issues and don't see much on documentation.
When I ssh to the SFTP server I get the fingerprint and use that for the config parameter. Although when…
Hello,
I need to check in a process generating condition if the event is an insert or it is an update.
Can you help?
Thank you,
Elena
I am trying to securely share variable of any type (e.g. System.Object or SqlConnection) between scripts executed by various processes with ScriptComponent.ScriptExec component?
Happy to provide more information on actual use cases if this would help…
Hey folks,
So I have been customizing some mail templates and so far so good for the most part. My current focus is on a new joiner use case, in which I trigger an API call to the application server to insert a person. Thanks to the help of some fine folks…