WorkflowEndItem Not Executing or Rendering in vRO Schema Using vrotsc-annotations (TypeScript) #761
-
|
Hello! So, I'm quite new to using this, including vRO etc. The goal is that I want to create a canvas item to run a vRO workflow that prints variables to the variable tab in VMware Aria Automation Orchestrator by using code. For now, it doesn't really matter what type the canvas item ends up being, since I'm trying to figure out how to do this and plan on experimenting on my own. I’ve been looking around here and there to figure it out but to no vail. For the example’s sake, I have these classes (using typescript): The VmLab class is working as intended, including the out variable (assuming I actually replace the do-stuff-comment with usable code). However, I cant get the WorkflowEndItem to show up in the schema or even when I check the logs to see if the log message inside log() has been printed. What am I missing out to make this work? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi, @emilljung ,
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks @unbreakabl3 ! |
Beta Was this translation helpful? Give feedback.
Hi, @emilljung ,
WorkflowEndItemdecorator should be insideVmLabclass.Please take a look here.