initial rough working service edit, with special way to retrieve custom values
This commit is contained in:
parent
517ef4c3d3
commit
3e5cd61ecc
6 changed files with 331 additions and 13 deletions
|
@ -401,6 +401,10 @@ class CoreNetwork {
|
|||
}
|
||||
|
||||
async start() {
|
||||
// clear current session and set for nodes to start
|
||||
await coreRest.setSessionState(SessionStates.definition);
|
||||
await coreRest.setSessionState(SessionStates.configuration);
|
||||
|
||||
const nodes = coreNetwork.getCoreNodes();
|
||||
for (let node of nodes) {
|
||||
const response = await coreRest.createNode(node);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue