Hello, is there a query I can use to identify when a workflow completes? I'm executing an on-demand workflow from js and I need to notify the user when the workflow completes.
I can poll the db from js using odata to look for the condition. However, I need to know which entity/field to reference. Can you identify the entity/field that I can query for this?