Cuneiform documentation

This is the Erlang implementation of the Cuneiform workflow language. It supports execution on multiple platforms, see local for a single node execution mode and htcondor for a distributed environment. Other platforms can be added by implementing the callback functions of cf_cre, the cuneiform runtime environment. The cuneiform_app uses the supervisor cf_sup as main process, which starts the chosen runtime environment (based on the command line arguments, see cuneiform). It also starts a log manager logmgr, which supports remote logging for a monitoring the progress and state of the workflow.

Generated by EDoc