Spawn

Spawn a child Flow and wait for the resulting output.

Input Fields

  • Flow: The Flow that you would like to call. Set value to the name of the Flow that you woluld like to call, with proper casing and spelling. You must specify the type as “Flow”, or else it will fail to compile.

Output Fields

  • output: The result of the last step of the Flow called by this module. For example, if you call “methodName”, and “methodName” ends with an obstruct.construct module, the output of this module will be the object constructed in “methodName”.