コード例 #1
0
 public WorkflowAction[] GetSubscribedActions(Guid workflowId)
 {
     return(ExportProcessLogic.GetSubscribedActions(workflowId));
 }