pipeline-generator.git


1f7f688 | fix get_state by DSCI Web | 2026-09-19 12:28:47
diff --git a/context.md b/context.md
index 497692a94fe146b6f6428e19c7aa8017fbec77c8..348507bc6c367a0a439535df50beecae53a3c5f1 100644
--- a/context.md
+++ b/context.md
@@ -186,7 +186,7 @@
 To import states from tasks defined within the same job use SDK `get_state()` function, example for Python:
 
 ```
-state = config()
+state = get_state()
 data = dict['name']
 ```