Skip to content

Commit d991a38

Browse files
committed
fix link
1 parent f7a81cc commit d991a38

File tree

1 file changed

+1
-1
lines changed
  • docs/profiles/0.5-DRAFT/process_run_crate

1 file changed

+1
-1
lines changed

docs/profiles/0.5-DRAFT/process_run_crate/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ The use case shown here is an example of a situation where it's important to ref
403403

404404
## Representing environment variable settings
405405

406-
The behavior of some applications may be modified by setting appropriate environment variables. These are different from ordinary application inputs in that they are part of the environment in which the process runs, rather than parameters supplied through a command line or a graphical interface. To represent the fact that an environment variable was set to a certain value during the execution of an action, use the `environment` property from the [workflow-run](https://w3id.org/ro/terms/workflow-run#https://w3id.org/ro/terms/workflow-run/context) ro-terms namespace, making it point to a `PropertyValue` that describes the setting:
406+
The behavior of some applications may be modified by setting appropriate environment variables. These are different from ordinary application inputs in that they are part of the environment in which the process runs, rather than parameters supplied through a command line or a graphical interface. To represent the fact that an environment variable was set to a certain value during the execution of an action, use the `environment` property from the [workflow-run](https://w3id.org/ro/terms/workflow-run#) ro-terms namespace, making it point to a `PropertyValue` that describes the setting:
407407

408408
```json
409409
{

0 commit comments

Comments
 (0)