• Jill Hulsker 3
  • NEWBIE
  • 5 Points
  • Member since 2019
  • Consumentenbond


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
In the object RecordAction are a lot of old (> 0,5 year) records for screenflows with status = 'New' or 'Started'. Can I just delete those old  when I am sure that those screenflows will never be ended?
Im trying to call a flow from a process to start an invocable method.
The process waits for a certain status on the case object to start the flow with a scheduled action: 

User-added imageI get a 'pending uncommitted changes' error everytime I try do call the flow. 

My flow looks like this: 
User-added image

Any suggestions?