Hello Community,
I have a question about what is the right thing to do when modifying a workflow post function. In some workflows I have noticed that we have the re-index post function near the very end after everything has been modified:
Others have the modified field post functions at the very end and re-index happening first.
What is the correct way to ensure that post-functions are utilized correctly?
Is it Re-index first or is it re-index towards the end before Generic Events are fired?
Thank you!
-Roberto
It should be the last or nearly last one. You want to do it when no other fields will be modified.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.