Is Workflow Token feature available in CDF?
The usecase I see is that some variables can be pushed to workflow level and passed to subsequent pipeline(application) which could be very handy feature.
At present, If pipeline_1 > pipeline_2 > pipeline_3 is the sequence and pipeline_3 needs some arguments, those need to be passed right from pipeline_1 to 2 and then to 3. This gets complex when there are N no of pipelines. Can workflow token feature address this issue?
Namespace preferences is another feature which helps out.