package wf.servitor.common.workflow import java.io.Serializable class Document( val name: String = "", val workflow: Workflow ) : Serializable