Skip to content

FLOW_LoggerStart.DTO_Response

Class

apex
global inherited sharing class FLOW_LoggerStart.DTO_Response

Output containing the generated correlation ID.


Fields

FieldDescription
global String correlationIdGenerated correlation ID to pass to subsequent actions

correlationId

apex
@InvocableVariable(description='Generated correlation ID to pass to subsequent actions' label='Correlation ID') global String correlationId

Type: String

Generated correlation ID to pass to subsequent actions

Example

apex
String value = instance.correlationId;