Values.WorkflowStepExecutionSourceContains runtime details for an instance of a workflow that ran for the associated image build version.
type nonrec t = {stepExecutionId : WorkflowStepExecutionId.t option;Uniquely identifies the workflow step that ran for the associated image build version.
*)imageBuildVersionArn : ImageBuildVersionArn.t option;The Amazon Resource Name (ARN) of the image build version that ran the workflow.
*)workflowExecutionId : WorkflowExecutionId.t option;Uniquely identifies the runtime instance of the workflow that contains the workflow step that ran for the associated image build version.
*)workflowBuildVersionArn : WorkflowBuildVersionArn.t option;The Amazon Resource Name (ARN) of the workflow resource that ran.
*)name : WorkflowStepName.t option;The name of the workflow step.
*)action : WorkflowStepAction.t option;The name of the step action.
*)startTime : DateTime.t option;The timestamp when the workflow step started.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of WorkflowStepExecutionId.t ]) list ]