Is it possible to use the API to get a list of all of the Workflows assigned to a user or a group? With the There doesn't seem to be a way to query by assignee or approver -- the Workflow schema doesn't include those. It's possible to get the participants on a workflow by workflow basis, but there doesn't seem to be a way to start with a participant or approver and get the workflows assigned to them. Is there a way to get a listing like this? The only way that I can think is by adding a field on every workflow configuration to store redundant information.