我需要创建一个SharePoint工作流来跟踪其他具有错误状态的工作流。我不知道从哪里开始?
答案 0 :(得分:1)
SharePoint list stores the status of workflow as a separate column in the list list itself
You Can a Create a workflow on the list with condition on workflow you want to track.............just copy the item to another list if status is not Complete
.It should work ...