I would like to create workflow using SDL Tridion 2011 SP1, and i am going through the documentation in the live content portal.
I have few questions when I go throu
You can use C# for automated tasks. Create a class and sign it with:
[ProgId("[Namespace].[Class Name]")] [ComVisible(true)]
And sign the assembly with RegAsm.exe with the /codebase parameter.
/codebase
Then in the Script of the automated action you can use this object.