Announcement

Collapse
No announcement yet.

Workflow Slows Down Saving Record

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #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.

    Comment

    Working...
    X