Ran Ziv created ARIA-227:
----------------------------

             Summary: Support lists in operation dependencies
                 Key: ARIA-227
                 URL: https://issues.apache.org/jira/browse/ARIA-227
             Project: AriaTosca
          Issue Type: Story
            Reporter: Ran Ziv
            Priority: Trivial


The operation's dependencies field in the service-template is used to configure 
the operation and possibly further add inputs for it.
This field currently supports simple values as well as nested ones in the form 
of dictionaries (using dot notation, e.g. {{container.value}}).

This field should also support lists.

One way to go about it is to use a running-number notation and automatically 
convert such cases into a list, e.g.

{code}
0: one_val
1: another_val
2: final_val
{code}

could be automatically converted into {{[one_val, another_val, final_val]}}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to