# FlowStepEdge **Type:** GraphQL objects ## Fields - source (FlowStep, Not Null): undefined - id (ID) - externalId (String) - name (String) - stepType (StepType) - platformStepType (String) - configuration (FlowStepConfiguration) - resource (FlowStepResource) - findings (Finding) - capturedAt (DateTime) - target (FlowStep, Not Null): undefined - id (ID) - externalId (String) - name (String) - stepType (StepType) - platformStepType (String) - configuration (FlowStepConfiguration) - resource (FlowStepResource) - findings (Finding) - capturedAt (DateTime) - condition (JSON): Condition expression for conditional branches. Currently JSON, will be more strictly typed in the future.