How do I deal with the message: Some changes aren't reflected in source control, yet.

Gary Kakazu1
Mega Guru

I'm trying to update a subflow that is in a scoped app. When I open it up in Flow Designer, I get the message:

GaryKakazu1_1-1695128603015.png

 

I'm probably the only one who would work on this app, and I don't remember the last time I touched it. If I press Continue, I get a read-only version of the subflow so can't save any updates. How can I set it so I can update it again? I've tried committing in my session, but still get the message.

1 ACCEPTED SOLUTION

Peter Bodelier
Giga Sage

Hi @Gary Kakazu1,

 

Are there multiple update sets in the application scope?
If so, try switching to a different one. 


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

View solution in original post

7 REPLIES 7

Naman Srivastav
Tera Contributor

Is there any option for what can be done for this, I have tried with different update sets but still it is showing the same error 

Workflow Studio no longer has the action box at the bottom of the flow listing, so the solution to "Add to Update Set" is no longer available. Instead filter the sys_update_xml table where Type = Flow and the Target name = Your Flow Name. Find the latest entry, this will be the last time this flow was saved. Edit this latest entry and substitute your current local update set (in the correct scope) for the entry in the update_set field. Save the record. Start a new session of Flow Designer and choose the same flow, hopefully now you can edit it. 

thanks, this helped me! 

Solution provided by Peter Bodelier didn't work.