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
Currently we use str (or UUIDstr) to pass UUID's. This leads to endless conversions between the input form step (which mostly uses UUID's) and the following steps where we have to convert UUIDStr to UUID again.
Proposal: add possibility in Orchestrator core (see injectargs) to pass an UUID and list[UUID].
Tasks
Update orchestrator-core
Simplify workflows (can be done gradually) to take advantage of passing UUID's
Relevant pseudo code
No response
The text was updated successfully, but these errors were encountered:
wouter1975
changed the title
[Feature]: Add option in orchestrator-core to pass UUID's in de state
[Feature]: Add option in orchestrator-core to pass UUID's in the state
Mar 25, 2024
Contact Details
No response
What should we build?
Currently we use str (or UUIDstr) to pass UUID's. This leads to endless conversions between the input form step (which mostly uses UUID's) and the following steps where we have to convert UUIDStr to UUID again.
Proposal: add possibility in Orchestrator core (see injectargs) to pass an UUID and list[UUID].
Tasks
Relevant pseudo code
No response
The text was updated successfully, but these errors were encountered: