InitiatorDTO
userEmailstring
User email if the initiator is a user
flowRun object
Flow run identifier consisting of the Flow runId and flowId
runIdstringrequired
Flow run ID associated with this run
Possible values: Value must match regular expression /^\d+$/
flowIdstringrequired
Flow ID associated with this run
Possible values: Value must match regular expression /^\S+$/
connectionIdstring
Connection ID if the initiator is a connection
connectorConnectionIdstring
Connector Connection ID if the initiator is a connector connection
systemActorIdnumber
System Actor ID if the initiator is a system actor
InitiatorDTO
{
"userEmail": "string",
"flowRun": {
"runId": "1234567890124",
"flowId": "my-flow-2"
},
"connectionId": "string",
"connectorConnectionId": "string",
"systemActorId": 0
}