X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/019459c71713b979cb4cc34ec3a91a947d2c235a..e68d8abe7f6809ffe2eb3c1a9cbe9ab1af8d4c59:/src/models/process.ts diff --git a/src/models/process.ts b/src/models/process.ts index 9762d50411..b89e3bef51 100644 --- a/src/models/process.ts +++ b/src/models/process.ts @@ -9,6 +9,9 @@ import { WorkflowInputsData } from './workflow'; export type ProcessResource = ContainerRequestResource; +export const MOUNT_PATH_CWL_WORKFLOW = '/var/lib/cwl/workflow.json'; +export const MOUNT_PATH_CWL_INPUT = '/var/lib/cwl/cwl.input.json'; + export const createWorkflowMounts = (workflow: WorkflowResource, inputs: WorkflowInputsData): { [path: string]: MountType } => { return { '/var/spool/cwl': {