Fusion Scenario Reports | Community
Skip to main content

4 replies

Level 2
June 22, 2026

No native reporting dashboard for this in Fusion itself, but a couple of approaches

 

The most practical one: use the Fusion API. The new June 15 release expanded the native API endpoints — you can now list scenarios and pull execution history programmatically. So you could build a Fusion scenario that calls the Fusion API, filters for scenarios with a status of inactive or executions that ended in error within your date range, and outputs that to wherever you want a Workfront report, a spreadsheet, whatever fits your workflow. I haven't built this yet myself but it's on my list for the next few weeks — will share once it's done.

 

JohnJOSullivan
Level 6
June 23, 2026

Ooh, I haven’t been paying attention to the Fusion API additions. Thanks for the reminder!

DavidGevorgyan
Community Manager
Community Manager
June 23, 2026

This is a feature that we are currently working on and planning to deliver within a month

JohnJOSullivan
Level 6
June 23, 2026

I just noticed the ability to compare between old and newState yesterday and was delighted. (And, of course, the MUCH quicker execution response time.) Thank you for all you’re doing for the platform!

Srinija_N
Level 7
June 25, 2026

Generally, I’d use the Org overview Dashboard to view the scenario analysis by operations by Day, Month, Week, Year filtering.

 

If this helped to solve your problem, please mark it as 'solved' so others can also find the solution faster. Thanks!
Community Manager
July 13, 2026

Hi there — great question, and one we hear a lot.

There isn't a built-in "report" view in Fusion today that shows all errored/turned-off scenarios across your org in one place. However, we've recently been investing heavily in the Workfront Fusion API to make exactly this kind of programmatic monitoring possible.

With the latest API endpoints, you can now:

  • List all scenarios across your teams and retrieve their current status (active, inactive, etc.)
  • Pull execution history for individual scenarios, including error details
  • List connections, webhooks, and data stores for broader health checks

Because these are standard REST endpoints authenticated via OAuth Server-to-Server (set up through Adobe Developer Console), you can integrate them directly with monitoring and alerting platforms like New Relic, Datadog, Splunk, Grafana, or any tool that can call a REST API on a schedule. For example, you could set up a polling job that calls the scenarios list endpoint, filters for inactive or errored states, and triggers an alert in your monitoring dashboard.

A few other things worth knowing:

  • Activity Logs in the Fusion UI (under your org settings) already capture events like scenario activation/deactivation and can be filtered and exported — useful for ad-hoc auditing.
  • The API surface is actively expanding — Operations Reporting and richer Execution History access are on the roadmap.
  • Full docs and changelog: https://developer.adobe.com/workfront-fusion-apis/

If you're already using a monitoring tool, the scenario + execution endpoints should give you what you need to build that "scenario health dashboard."

Hope that helps — happy to dig into specifics if you have follow-up questions.