[ 
https://issues.apache.org/jira/browse/ARIA-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Orlov updated ARIA-312:
-----------------------------
    Description: 
Each workflow and operation has a validation function which validates the 
kwargs provided for that function. 
However, it sometimes raises false alarms, which prevents from the operation or 
the workflow from running entirely. e.g. validating {{ foo(arg1, arg2=2, 
arg3=3) }} with {{ kwargs={'arg1': 1, 'arg3': 3} }} raises an issue

  was:
Each workflow and operation has a validation function which validates the 
kwargs provided for that function. 
However, it sometimes raises false alarms, which prevents from the operation or 
the workflow from running entirely. e.g. validating ```foo(arg1, arg2=2, 
arg3=3)``` with `kwargs={'arg1': 1, 'arg3': 3}` raises an issue


> Validation of workflow and operation kwargs raise False alarms
> --------------------------------------------------------------
>
>                 Key: ARIA-312
>                 URL: https://issues.apache.org/jira/browse/ARIA-312
>             Project: AriaTosca
>          Issue Type: Bug
>            Reporter: Maxim Orlov
>            Priority: Critical
>
> Each workflow and operation has a validation function which validates the 
> kwargs provided for that function. 
> However, it sometimes raises false alarms, which prevents from the operation 
> or the workflow from running entirely. e.g. validating {{ foo(arg1, arg2=2, 
> arg3=3) }} with {{ kwargs={'arg1': 1, 'arg3': 3} }} raises an issue



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to