Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ There are two ways of interacting with AliECS:
* [Task template structure](/docs/handbook/configuration.md#task-template-structure)
* [Variables pushed to controlled tasks](/docs/handbook/configuration.md#variables-pushed-to-controlled-tasks)
* [Resource wants and limits](/docs/handbook/configuration.md#resource-wants-and-limits)
* [EPN workflow generation](/docs/handbook/configuration.md#epn-workflow-generation)
* [Integration plugins](/core/integration/README.md#integration-plugins)
* [Plugin system overview](/core/integration/README.md#plugin-system-overview)
* [Integrated service operations](/core/integration/README.md#integrated-service-operations)
Expand Down
6 changes: 6 additions & 0 deletions docs/handbook/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,3 +469,9 @@ limits:
defaults:
(...)
```

## EPN workflow generation

Workflow generation for EPNs is not the responsibility of ECS, but you can find
more details [here](https://alice-pdp-operations.docs.cern.ch/workflow/#for-the-epns).