Skip to content
Discussion options

You must be logged in to vote

Hi! You have tripped over this exact TODO line

-- TODO Can't input dependencies WITH params in the task launcher b/c the type is too complex

The component editor doesn't yet support complex data types like maps. The most it can do is a list of strings, or list of ints. So the issue is that it's going to be looking for a task literally named '{"shell", cmd = "sleep 4"}', which it won't find.

To get this working you can either add the component programmatically in lua, or you can define a simple named task that does what you want and put just the name after the task_names: field.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by madskjeldgaard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants