This commit is contained in:
Carl Downing
2023-07-30 15:22:10 -07:00
parent 7b93f68737
commit b6aae68405

View File

@@ -169,7 +169,7 @@ export default class RunWorkflow {
}
// get component.
// and remoev that component from the stack.
// and remove that component from the stack.
executeComponentId =
fifoStackOfComponentsPendingExecution.shift()!;