Trace specific invocations of workflows - find workflow runs for a given record #14409
StephanieJoly4
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
when checking if a workflow is working as intended, a user has to look at all the workflow runs of a given workflow and find among the inputs and record name to identify the run of this given record. (which is not easy as soon as you have frequent triggers or batch updates).
idea for later: allow to filter the runs based on the record name, id (or any other unique field of this record)
All reactions