I've been poking around the development documentation, working on a workflow that schedules another workflow to be executed at specified time/dates. I've got things somewhat functional, but have some ideas for improvements that I'm trying to implement.
I came across an example in the Developers Guide that shows how to specify the name of a scheduled workflow at creation by using the special '__taskName' parameter which works as expected. I'm curious, are there other special underscore parameters that I can use for more control over the scheduled workflows I create via javascript? I attempted to use '__taskDescription', hoping to be able to write a descriptive description but that didn't appear to work.
Are there other underscore parameters similar to __taskName? I don't see anything in the developer guide other than this one lone example.