I need to start an instance of a workflow map. But as a first step I need to set attributes values in the workflow.
How to set attribute values BEFORE the initiation of the workflow map?
When you get the tempmap object before initiation, you can set all the package details in the tempmap object.
Thanks Greg! Works fine.