I will check tomorrow at work, but "the latest" is really the answer. I am working on proof of concept on my development machine and hope to work on the staging server next week, and I will pull it down fresh at that time.
Actualy, I'm not sure of your vision on an event. If I simply fire an event from Workflow on a transition, I still have to create a custom task for every transition I want to trigger. Am I missing something in your thoughts?
Writing transition to the Audit Trail
I want to write transitions to the audit trail of the item the transition is ocurring on. All I have come up with is this:
Create a custom Transition .aspx and includ the addition to the audit trail there.
Is there a better way to accomplish this? It would mean I have to create a custom task for every task I want to have log to the auit trail.
Which version are you working with Doug? It would be easy to add an event for you to hook into etc.
I am on vacation - hence slow responses just now.
I will check tomorrow at work, but "the latest" is really the answer. I am working on proof of concept on my development machine and hope to work on the staging server next week, and I will pull it down fresh at that time.
Looks like 2.1.0
Pretty straightforward to add. I'm not going to have a chance to do it myself in the next couple of days though....
I'll try to dig in to the source and add something, it just may not be the approach you were going for. :)
A few options I thought of:
Actualy, I'm not sure of your vision on an event. If I simply fire an event from Workflow on a transition, I still have to create a custom task for every transition I want to trigger. Am I missing something in your thoughts?
Is there a solution file for workflow-for-umbraco-4 that is not on github?
disregard. Found it.
I am having trouble getting my hands on SQLCE4Umbraco.dll... do you know where to get it from?
disregard again. :) I found it in my umbraco dir, but it did not get added by nuget for some reason. had to manulaly copy it over.
I love it when people figure out their own solutions :)
If I find 3rd party libs that aren't in the straight github pull, do you want me to submit a pull request that includes them?
is working on a reply...