common-workflow-language / cwlviewer

A web application to view and share Common Workflow Language workflows
https://view.commonwl.org/
Apache License 2.0
45 stars 28 forks source link

Single request best effort diagram generation #185

Open mr-c opened 6 years ago

mr-c commented 6 years ago

Scenario:

Embedded PNG workflow diagram in a GitHub README file like:

https://view.commonwl.org/graph/png/github.com/common-workflow-language/workflows/blob/master/workflows/lobSTR/lobSTR-workflow.cwl

If the the workflow has never been seen before:

If it has been seen before but the cached render is out of date

If it has been seen before and the cached render is up to date:

Once this feature works there should be a widget to generate code for inclusion in multiple formats: plain HTML, MarkDown, ReStructuredText, etc..

SolomonShorser-OICR commented 6 years ago

:+1: