We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594c0e8 commit 17ddd62Copy full SHA for 17ddd62
workflow/workflow_engine.py
@@ -737,6 +737,7 @@ def _launch(
737
_LOGGER.info(
738
"SPR.dependent_instances=%s", step_preparation_response.dependent_instances
739
)
740
+ _LOGGER.info("SPR.inputs=%s", step_preparation_response.inputs)
741
_LOGGER.info("SPR.outputs=%s", step_preparation_response.outputs)
742
743
# Total replicas must be 1 or more
0 commit comments