Skip to content

feat: replace plugin system with commands and dirac:Job hint#127

Draft
ryuwd wants to merge 3 commits intoDIRACGrid:mainfrom
ryuwd:feat/cwl-job-submission
Draft

feat: replace plugin system with commands and dirac:Job hint#127
ryuwd wants to merge 3 commits intoDIRACGrid:mainfrom
ryuwd:feat/cwl-job-submission

Conversation

@ryuwd
Copy link
Copy Markdown
Contributor

@ryuwd ryuwd commented Apr 2, 2026

  • Replace ExecutionHooksBasePlugin/QueryBasedPlugin/registry with the commands system.

  • run_job() now reads the dirac:Job hint via JobHint from diracx-core and builds StoreOutputCommand for output storage.

  • Commands are now async.

  • convert_to_jdl() deprecated in favour of diracx-logic.

  • Job wrapper template fetches CWL and params from diracX API instead of reading job.json from sandbox.

ryuwd added 3 commits April 2, 2026 13:29
Replace ExecutionHooksBasePlugin/QueryBasedPlugin/registry with the
commands system. run_job() now reads the dirac:Job hint via JobHint
from diracx-core and builds StoreOutputCommand for output storage.
Commands are now async. convert_to_jdl() deprecated in favour of
diracx-logic. Job wrapper template fetches CWL and params from
diracX API instead of reading job.json from sandbox.
The worker retrieves workflow_id and workflow_params directly from
the diracX API via get_single_job, removing the need for WorkflowID
to be passed through the JDL or job config JSON.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant