Replies: 1 comment
-
Please invlidate those tokens! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've created these endpoints
"Endpoints": {
"TfsEndpoint": [
{
"Name": "Source",
"Organisation": "https://dev.azure.com/CDAOTeam/",
"Project": "The Data Team Prototype",
"AuthenticationMode": "Prompt",
"PersonalAccessToken": "xxxxx",
"EndpointEnrichers": null
},
{
"Name": "Target",
"Organisation": "https://dev.azure.com/theaa-cloud/",
"Project": "ADO Board Migration Test",
"AuthenticationMode": "Prompt",
"PersonalAccessToken": "xxxxxx",
"EndpointEnrichers": null
}
]
}
and then have this processor
}
The log is showing
[07:59:42 INF] [v15.0.4] Processor::Configure Processor Type ProcessDefinitionProcessor
[07:59:42 INF] [v15.0.4] Creating endpoint with name Source
[07:59:42 DBG] [v15.0.4] Endpoint count: 0
Please advise
Beta Was this translation helpful? Give feedback.
All reactions