We implemented a new custom task and added it to our pipeline.
However, the custom task is hanging without finishing in the pipeline.
How can we finish the custom task step and proceed to the next step in the pipeline?
We implemented a new custom task and added it to our pipeline.
However, the custom task is hanging without finishing in the pipeline.
How can we finish the custom task step and proceed to the next step in the pipeline?
@Will Cho
We solved it by calling this activity in RunTask at the end - ResolveTaskSuccess (step page: TaskPage)