Workflow Start Event after Edge Capability Sync Completes
I've looked around the documentation, forums, and ideation portal but can't find anything relevant. I am looking for a way to trigger some workflow scripts after my Power BI refresh is complete. I thought about using an 'Asset Added to Power BI domain' start event, but I assume that will trigger the workflow many times over for each asset. If I enable 'only run once at the same time' on the workflow config, will this be avoided? Any other ways to go about this?
Lane Witt
Posted 2 months ago · Edited 2 months ago·Last reply 1 month ago
1 comment
Sean Pyle
·1 month agoLane, Maybe you could just have workflow that runs on a cron schedule using a timer start event and checks for specific criteria before executing any other tasks?
That way you could control the timing and flow a bit better if your worried about compute.