Announcement
Collapse
No announcement yet.
User Profile
Collapse
-
This response has nothing to do with Espo.
-
I have no idea, never encountered. Should be loading very fast.
Leave a comment:
-
Hi, Do you mean that import is processed slowly? Make sure you run import in idle and in Silent mode (two checkboxes). You can also Skip checking for...
Leave a comment:
-
Try adding right after this line https://github.com/espocrm/espocrm/b...hment.json#L15
...
Leave a comment:
-
No need to use the service class. Just use Espo\Core\Mail\EmailSender (passed via constructor). An email entity can be created by Espo\Core\Mail\Emai...
Leave a comment:
-
Hi,
What exactly is slow. Please provide more details. Is list view loading slow? Do you have cache enabled in Espo?
Leave a comment:
-
Hi,
This error is caused by your webserver. Check its log. Espo does not throw 406.
Leave a comment:
-
Regarding accessing caught error data further in the flow (with formula), I'll investigate.
-
Not sure whether we need passing the whole exception object (serialized). It could be accessed only with PHP, but PHP is not available in the BPM.
-
Compensations are necessary part of transactional sub-processes in BPMN. Technically the only difference between the regular sub-process and transactional...Last edited by yuri; 03-23-2023, 04:43 PM.
-
I'll add the ability to view a caught error code and message in the Flow Log, for the Error Catch Event and Error Start Event.
- Likes 2
Leave a comment:
-
BTW what do you think about Compensation activities? They are part of the standard that we didn't implement. Would you use them? We didn't receive any...
Leave a comment:
-
User tasks are regular customizable entity types. You can create a panel on the target entity that will display all related user tasks.
Or...
Leave a comment:
-
Result variables for sub-processes are available by another ID (the same endpoint, but sub-process ID).
-
> Now I see that you don't store the outcome of an completed task.
I don't understand what do you mean by 'outcome'.
Leave a comment:
-
REST API error response codes (Task > Send HTTP Request) can be caught by boundary error events (with specific error codes).
Leave a comment:
-
As I mentioned before, I will likely add propagation of un-caught errors. Though the specs is not specific on it, I see that other implementations do...
Leave a comment:
-
I will consider to change it so that un-caught errors are propagated w/o the need to re-throw. First, need to check BPMN 2.0 specs. They are quite vague...
-
You can find current process variables in the browser console > network, when you open the process.
Or just open the...
Leave a comment:
-
Hi,
You need to catch the error in a particular activity. See the screenshot.
...
- Likes 1
Leave a comment:
No activity results to display
Show More
Leave a comment: