View Source Skitter.Runtime (Skitter v0.5.0)

Interface to the skitter runtime system.

Link to this section Summary

Link to this section Functions

Specs

deploy(Skitter.Workflow.t()) :: reference()

Deploy a workflow.

Starts a Skitter application (i.e. a workflow) by deploying it over the cluster.

Link to this function

notify_reverse_topological(lst, ref)

View Source