static public WorkflowAction[] GetSubscribedActions(Guid workflowId) { using (BasicChannel channel = new BasicChannel()) { return(channel.GetSubscribedActions(workflowId)); } }