You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It brings more confusion in the Data Pill panel as not all expected data pills are shown
Instead, define OutputFunction to evaluate expected schema dynamically
as a last resort, define a fully dynamic output schema by setting .output() to allow calling the perform method through the "Test Component" button/menu item
As a rule of thumb:
the OutputFunction should be defined when an action/trigger has dynamic output but does not connect to any external service(Var, ObjectHelper components, for example)
the fully dynamic output schema by setting .output() should be defined when an action/trigger has dynamic output and consumes external services(HttpClient component, for example)
The text was updated successfully, but these errors were encountered:
ivicac
changed the title
[task] Avoid define constant output schema for action/triggers if it is not possible define the whole expected structure
[task] Avoid defining constant output schema for action/triggers that can't define constant output schema structure
Dec 20, 2024
ivicac
changed the title
[task] Avoid defining constant output schema for action/triggers that can't define constant output schema structure
[task] Avoid defining half-defined constant output schema for action/triggers that can't define constant output schema structure
Dec 20, 2024
ivicac
changed the title
[task] Avoid defining half-defined constant output schema for action/triggers that can't define constant output schema structure
[task] Avoid defining incomplete constant output schemas for actions or triggers that don't have a fixed output schema structure.
Dec 20, 2024
.output()
to allow calling theperform
method through the "Test Component" button/menu item.output()
should be defined when an action/trigger has dynamic output and consumes external services(HttpClient component, for example)The text was updated successfully, but these errors were encountered: