Add a function to the template rendering for creating a Condor job name from an arbitrary string
1 unresolved thread
You can now add the following kind of code to the template to make it transform an arbitrary string into a Condor DAGman JobName:
{{#make_condor_jobid}}ANYTHING{{/make_condor_jobid}}
Merge request reports
Activity
147 152 def from_json(cls, json: dict) -> any: 148 153 return WorkflowTemplate(json["filename"], json["content"]) 149 154 155 @staticmethod 156 def make_condor_jobid(content: str, renderer: Callable[[str], str]): changed this line in version 2 of the diff
enabled an automatic merge when the pipeline for e06ff955 succeeds
Please register or sign in to reply