Accessing the work item start action programatically
I am writing a follow-up condition to change the child work items when the parent work item state changes.
I am using the IWorkflowInfo class to retrieve information about the workflow for the parent and child work items. There are exposed methods on IWorkflowInfo to retrieve the resolveActionId and the reopenActionId. Is there an exposed method to retrive the start action for a given workflow? Please advise.
I am using the IWorkflowInfo class to retrieve information about the workflow for the parent and child work items. There are exposed methods on IWorkflowInfo to retrieve the resolveActionId and the reopenActionId. Is there an exposed method to retrive the start action for a given workflow? Please advise.