Event creation events in the foundation of Workflow 4

I looked through the documentation but couldn't find an event handler to intercept activity on a workflow instance. I want to be notified when a new activity is created or entered.

Thanks.

+2


a source to share


2 answers


Yes, the tracking service will tell you when the action will start and when it will be completed. ActivityStateRecord is what you want to look at.



+1


a source


I don't believe this is specifically supported, but I'm trying to find some options for you.

Can you give a little more about your scenario and what kind of work you want to do before each of these operations are done?



I am asking if you can talk a little more about the dependencies you are introducing. What is the business scenario you are trying to execute?

Can you explain why the following parameters are not sufficient? * Rewrite workflow to inject your custom actions before execution * Insert logic into your custom actions

+1


a source







All Articles