-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to invoke adaptation js code to the workers page (#121)
Co-authored-by: zef <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// override with js code file in your adaptation project for example like this | ||
// cp your-cws-adaptation/src/main/resources/cws-ui/adaptation-workers.js common-workflow-service/cws-ui/src/web/main/webapp/js/adaptation-workers.js | ||
function adaptationWorkersReady() { | ||
return; // CWS core behavior is to do nothing here | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters