ydayagi opened a new issue, #4024:
URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/4024

   ### Describe the bug
   
   i am refering to funcitons with positional params. take ctime and strftime 
as an example. ctime has one param. strftime has two params. If I write in the 
workflow `arguments: "$WORKFLOW.python.pyNowSecs"` when calling ctime then it 
works. if i want to call strftime and i use array arguments: `["%Y-%m-%d 
%H:%M:%S", "$WORKFLOW.python.pyNowSecs"]` then it fails with `jep.JepException 
- <class 'TypeError'>: strftime() argument 1 must be str, not ArrayList`
   
   ### Expected behavior
   
   _No response_
   
   ### Actual behavior
   
   _No response_
   
   ### How to Reproduce?
   
   _No response_
   
   ### Output of `uname -a` or `ver`
   
   _No response_
   
   ### Output of `java -version`
   
   _No response_
   
   ### GraalVM version (if different from Java)
   
   _No response_
   
   ### Kogito version or git rev (or at least Quarkus version if you are using 
Kogito via Quarkus platform BOM)
   
   _No response_
   
   ### Build tool (ie. output of `mvnw --version` or `gradlew --version`)
   
   _No response_
   
   ### Additional information
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to