freezing-vase-18205
06/16/2024, 9:00 AMdone
output at the end of step1 and then use done.apply(step2Func())
?white-balloon-205
apply
in between the Output from the first resources, and the value passed to the second.
If you have a code example of what you are hoping to do, might be able to pointto a more concrete suggestion.freezing-vase-18205
06/19/2024, 6:34 AMdef create_file():
# creates a file file1.txt
def reads_file():
# read file file1.txt, need to make sure it waits for create_file() to complete first
def create_resource():
# creates a resource Res1 with its name being set to the contents of the reads_file() output