twilroad
twilroad
@danielgerlag between steps, is a step will waiting for the previous step finished with async?
so, it can not await for async method
@danielgerlag answer from team of typescrpt: https://github.com/Microsoft/TypeScript/issues/22198
i post a pr to fix this: https://github.com/danielgerlag/workflow-es/pull/15 .
I have the same problem