EscherLabs / Graphene

Graphene is a fully featured Workflow, Micro Application, and Content Management Platform with a robust web-based IDE (Integrated Development Environment). Graphene is the primary engine behind Binghamton University's myBinghamton portal.
https://docs.escherlabs.com/Graphene/
MIT License
29 stars 10 forks source link

Workflows: Missing "Cache" value (true/false) for Resources #219

Closed timcortesi closed 2 years ago

timcortesi commented 2 years ago

For workflows, it is not possible to specify whether cache should be enabled or disabled for resources. Because of this, any workflows that have resources are throwing a 500 error when it goes to fetch that resource.

We either need to allow the user to specific cache enable / disable within the Workflow Resource Builder, or remove the back-end check for caching.