Creating a dynamic tasks on result of dynamic task #28886
Unanswered
pratyush-0870
asked this question in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm spawning dynamic tasks with the below inputs
[
{
"1":[{},{},{}]
},
{
"1":[{},{},{}]
}
]
my first dynamic task will return list of dicts.
can I create another dynamic task to handle the return of the first dynamic task?
Beta Was this translation helpful? Give feedback.
All reactions