Skip to content

Custom Job Script

Jan Swiatkowski requested to merge feat-api-yaml-workflows into main

v1.4.1

  • New feature - Creation of worfklows accepting dataset with custom job script, which will be executed by general command template
  • Added endpoints:
    • /custom-job-scripts/v1/create-custom-job-script-application
    • /custom-job-scripts/v1/update-custom-job-script-params
  • New feature - Creation of worfklows from TOSCA yamls
  • Added endpoints
    • /tosca-yaml-workflows/v1/create-tosca-yaml-workflow
    • /tosca-yaml-workflows/v1/update-tosca-yaml-workflow
    • /tosca-yaml-workflows/v1/get-tosca-yaml-workflow/{project_short_name}/{wf_id}
  • Fixed issue with generating wrong parameters, when no input or output set
  • All user has access to tag _customScriptHPCjobv1, _TOSCAyamlv1

Merge request reports