Open mosoriob opened 2 years ago
➜ ~ curl https://wings.dev.disk.isi.edu/wings-portal/export/users/admin/bikes_rent/workflows/library.owl
# create a workflow
➜ ~ curl https://wings.dev.disk.isi.edu/wings-portal/export/users/admin/bikes_rent/workflows/library.owl
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://www.wings-workflows.org/ontology/workflow.owl#"
xml:base="http://localhost:8080/wings-portal/export/users/admin/bikes_rent/workflows/library.owl">
<j.0:WorkflowTemplate rdf:about="bikes-rent.owl#bikes-rent"/>
</rdf:RDF>
When the wings instance doesn't contain workflows, it sends an empty response. This is breaking the disk code
The error output is:
cc: @varunratnakar
Originally posted by @mosoriob in https://github.com/KnowledgeCaptureAndDiscovery/DISK-WEB/issues/23#issuecomment-1151398065