You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenEO batch job failed: ProcessUnsupportedException(status_code=400, code='ProcessUnsupported', message="Process with identifier '_cwl_demo' is not available in namespace 'None'.", id='no-request')
The InSAR tool might run more than 15min and would need to be done as a batch job.
The text was updated successfully, but these errors were encountered:
the openeo processes that wrap the CWL workflows (e.g. _cwl_demo) have to move to a custom_processes.py file in the correct deploy project (os_creodias_openeo_k8s in this case)
make sure this file is available in the docker containers (e.g. as config map)
set env var OPENEO_CUSTOM_PROCESSES to point to that file
Running this graph on CDSE staging gives an error:
OpenEO batch job failed: ProcessUnsupportedException(status_code=400, code='ProcessUnsupported', message="Process with identifier '_cwl_demo' is not available in namespace 'None'.", id='no-request')
The InSAR tool might run more than 15min and would need to be done as a batch job.
The text was updated successfully, but these errors were encountered: