Hello,
I want to simplify Oryx designer in order to don't have to map every variables with input/output of task.
I want to remove the need of declaring global variable and the mapping with parameter of task.
When you have lots of workflow, it's start to be very annoying.
I'm thinking of moving this declaration of mapping to do it at runtime.
Like having a spring configuration file to declare all variables needed for a series of workflow.
And next do the mapping of variable by IOC with work item or something like that.
I want to keep the scope variable between process and work item.
I want to make easier the work of people doing the workflow in order to give the tool for non developer.
Any idea ?
Thanks
Jean-Jacques Borie