Options for the finalizeTask property in DurableParentTaskOptions. It is similar to DurableTaskOptions or DurableParentTaskOptions but the input is of the form:
finalizeTask
{ input: TRunInput, output: TRunOutput, childrenTasksOutputs: Array<DurableChildTaskExecutionOutput>} Copy
{ input: TRunInput, output: TRunOutput, childrenTasksOutputs: Array<DurableChildTaskExecutionOutput>}
No validation is done on the input and the output of the parent task is the output of the finalizeTask task.
Options for the
finalizeTask
property in DurableParentTaskOptions. It is similar to DurableTaskOptions or DurableParentTaskOptions but the input is of the form:No validation is done on the input and the output of the parent task is the output of the
finalizeTask
task.