Very good example on custom workflow Participant Provider on Ax 2009, similar implementation for Ax 2012 also.
In Microsoft Dynamics AX, there are four workflow provider types. In some cases, the instances of these providers may not meet …your application requirements. The following procedure describes the steps to implement a custom workflow provider.
You create a custom workflow provider by implementing a workflow provider interface. See Workflow Provider Interfaces for more information about the interface for each provider type. Choose the appropriate interface type for your custom provider, and implement the methods in a class using the following procedure
You create a custom workflow provider by implementing a workflow provider interface. See Workflow Provider Interfaces for more information about the interface for each provider type. Choose the appropriate interface type for your custom provider, and implement the methods in a class using the following procedure
Ax 2012 example http://msdn.microsoft.com/en-us/library/cc633997.aspx
Ax 2009 example http://workflowax.wordpress.com/2009/10/30/participant-provider-example/
Ax 2009 example http://workflowax.wordpress.com/2009/10/30/participant-provider-example/
