-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* snapshot recover * CliCore extend command + test * add recoverSnapshot example * add restore command, and document basic snapshot usage --------- Co-authored-by: Sergey Sergeev <[email protected]>
- Loading branch information
1 parent
c15a33f
commit 270d3bc
Showing
8 changed files
with
187 additions
and
97 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,18 @@ | ||
{ | ||
"template": { | ||
"count": 0, | ||
"counter": "${ $setInterval(function(){$set('/count', count+1)}, 10) }", | ||
"stop": "${ count=10?($clearInterval($$.counter);'done'):'not done' }" | ||
}, | ||
"output": { | ||
"count": 3, | ||
"counter": "--interval/timeout--", | ||
"stop": "not done" | ||
}, | ||
"options": { | ||
"snapshot": { | ||
"seconds": 1 | ||
}, | ||
"importPath": "/Users/sesergee/projects/sandbox/workflows/stated-workflow" | ||
} | ||
} |
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
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
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
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
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
Oops, something went wrong.