namespace Neo.Afx.Services.Workflows.Entities { /// /// Defaul result to be returned from the Workflow Controller /// public class WorkflowSaveResult { /// /// Entity ID /// public long Id; /// /// The related Workflow Instance ID /// public long WorkflowInstanceID; } }