Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 382 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 382 Bytes

Noop example

The example creates a chain of one function that does nothing except calling a log directive.

First, build the noop WASM binary following the instructions.

Then you can start and stop the workflow with:

ID=$(target/debug/edgeless_cli workflow start examples/noop/workflow.json)
target/debug/edgeless_cli workflow stop $ID