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