Here is my assumption of how I see my processes working:
first, the process is persisted in a dB
second, there are situations where I want to persist values with a task, as an example: let's say there is a printer task that can be used in many processes. I want the printer task to have a default printer and a list of other printers. how would this be accomplished?
third, the completion of each task will be persisted, which may have additional values for the next task
Also, there may be times where the overall Process may have values that I want to attach and have persisted to seed the process each time it is loaded and activated.
what is the mechanism (code snippet appreciated) to accomplish the above.
thanks