File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ class LaunchParameters:
62
62
running_workflow_step_prior_step_output_map : (
63
63
dict [str , list [tuple [str , str ]]] | None
64
64
) = None
65
+ # Workflow inputs (for this step Instance). These Workflow Inputs (files) are
66
+ # expected to be present in the Project directory. They are typically a subset of
67
+ # the Workflows variables - not necessarily all the workflow inputs, just the
68
+ # ones that are required for this step. If provided the structure is expected to
69
+ # match that found in a Job definition's variables->inputs.
70
+ running_workflow_step_inputs : dict [str , Any ] | None = None
65
71
# The application ID (a custom resource name)
66
72
# used to identify the 'type' of Instance to create.
67
73
# For DM Jobs this will be 'datamanagerjobs.squonk.it'
You can’t perform that action at this time.
0 commit comments