Hi Nintex,
I want to build a workflow which will run for maximum 2 years per listitem. To keep things dynamic I want to split the workflow into small workflows. I want to make a list that looks something like this:
#days sub-workflow
5 Sent letter A
30 Create document B
60 Call XYZ
60 Escalation Scenario 3
A scheduled workflow which runs daily will check how many days have past since it started and compare it to the above list which is loaded into a collection. If the number of days is equal to #days it must start the sub-workflow. I can build most of the above, however the "start workflow" action doesn't allow me to enter dynamic data. How can I work around this?
I don't want to create one big workflow with every action in one big list because due to legislation a lot can change during the max 2 years of runtime.
Pieter