Workflow Slows Down Saving Record

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dodom2
    Senior Member
    • Jan 2020
    • 198

    Workflow Slows Down Saving Record

    Anyone know of a solution to prevent a workflow from slowing down the saving of a record. For example I have a workflow setup to send a http request. When I go to press the save button it will show saving for 5-10 seconds while it runs this http request (running a script). Would rather it just save and then run the script.
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    You can use a Sequential workflow. After-Save workflow will call a sequential workflow with execution "Later: now + 0 minute". This will make the second workflow to run in idle and won't block the HTTP request.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...