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
Set a secret: nextflow secrets set RIKE_SECRET "Hello world"
Run pipeline: (tested with both, version that originally released it and newer version):
- NXF_VER=24.03.0-edge nextflow run main.nf
- NXF_VER=24.10.5 nextflow run .
For testing on Platform + AWS Batch
Set up a workspace etc. Define a RIKE_SECRET. Add the pipeline to the launchpad, ensure it is part of the Workflow secrets.
Run pipeline
Program output
Locally:
❯ nextflow run .
N E X T F L O W ~ version 24.10.5
Launching `./main.nf` [special_montalcini] DSL2 - revision: d462ac85b4
The secret in Workflow is: Hello world
ERROR ~ Failed to invoke `workflow.onComplete` event handler
-- Check script 'main.nf' at line: 6 or see '.nextflow.log' file for more details
AWS Batch & platform:
The secret in Workflow is: null
ERROR ~ Failed to invoke `workflow.onComplete` event handler
-- Check script '.nextflow/assets/FriederikeHanssen/mre/main.nf' at line: 6 or see 'nf-1Sc7D9V8WrFVRF.log' file for more details
Environment
Nextflow version: 24.10.5 & 24.03.0-edge
Java version: [?]
Operating system: macOS & AWS Batch
Bash version: zsh 5.9 (arm64-apple-darwin24.0)
Additional context
The text was updated successfully, but these errors were encountered:
Related to #5312 and the associated community feature request. We are also desperately looking for that functionality.
I think at least the docs should be fixed in the meantime.
Bug report
workflow
body does not appear to work on AWS Batch (submitted with Platform)Expected behavior and actual behavior
I would like to use secrets as described here in both the workflow and onComplete block.
Steps to reproduce the problem
I created a small example here: https://github.com/FriederikeHanssen/mre/blob/secrets/main.nf
For testing locally:
nextflow secrets set RIKE_SECRET "Hello world"
-
NXF_VER=24.03.0-edge nextflow run main.nf
-
NXF_VER=24.10.5 nextflow run .
For testing on Platform + AWS Batch
Program output
Locally:
AWS Batch & platform:
Environment
Additional context
The text was updated successfully, but these errors were encountered: