We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd2be8 commit de1d84fCopy full SHA for de1d84f
javascriptv3/example_code/cross-services/wkflw-resilient-service/constants.js
@@ -6,7 +6,7 @@ import { resolve, join } from "node:path";
6
export const PROJECT_ROOT_PATH = resolve("../../../../");
7
export const RESOURCES_PATH = join(
8
PROJECT_ROOT_PATH,
9
- "workflows/resilient_service/resources/",
+ "scenarios/features/resilient_service/resources/",
10
);
11
export const ROOT = resolve("./");
12
0 commit comments