Forum: Avaya Breeze™ Collaboratory
11-01-2016, 01:36 PM
|
Replies: 13
Views: 11,265
|
Forum: Avaya Breeze™ Collaboratory
11-01-2016, 11:59 AM
|
Replies: 13
Views: 11,265
|
Forum: Avaya Breeze™ Collaboratory
10-31-2016, 01:20 PM
|
Replies: 13
Views: 11,265
|
Forum: Avaya Breeze™ Collaboratory
10-17-2016, 12:29 PM
|
Replies: 13
Views: 11,265
Dynamic Task with HTTP post missing dependencies
I have created the scaffolding for a dynamic task with a single added input/output value and it seems to work fine when I install it in ED and test it in a workflow. But, when I try to add the...
|
Forum: Avaya Breeze™ Collaboratory
10-03-2016, 09:08 AM
|
Replies: 11
Views: 9,369
The one I've been modifying, adding to...
The one I've been modifying, adding to <import-package> and <dependencies>, is in \tasks\pom.xml. I've assumed that's the correct one because I've been able to fix 6 or 7 class not found errors by...
|
Forum: Avaya Breeze™ Collaboratory
09-28-2016, 11:05 AM
|
Replies: 11
Views: 9,369
Thanks, I am now able to view the logs in...
Thanks, I am now able to view the logs in EngagementDesigner.log. As best I can tell, my errors have been ClassNotFound type errors, and it seems that adding classes to this in pom.xml have fixed...
|
Forum: Avaya Breeze™ Collaboratory
09-27-2016, 10:09 AM
|
Replies: 11
Views: 9,369
You may be getting a little over my head with...
You may be getting a little over my head with that :) I can't believe there isn't a way to view the logs from System Manager somewhere! Here is the code I added to my execute class that builds but...
|
Forum: Avaya Breeze™ Collaboratory
09-27-2016, 09:46 AM
|
Replies: 11
Views: 9,369
|
Forum: Avaya Breeze™ Collaboratory
09-27-2016, 09:26 AM
|
Replies: 11
Views: 9,369
Yeah, I had found this online:
Log in to the...
Yeah, I had found this online:
Log in to the Avaya Breeze™ server and run this command: ce dlogv <serviceName>.
But which server do I connect to? My Collaboratory docs don't list an "Avaya...
|
Forum: Avaya Breeze™ Collaboratory
09-27-2016, 09:09 AM
|
Replies: 11
Views: 9,369
|
Forum: Avaya Breeze™ Collaboratory
09-27-2016, 07:54 AM
|
Replies: 20
Views: 16,987
I got my basic task loaded and showing up now,...
I got my basic task loaded and showing up now, and if I just return a text output it seems to run fine, but I added a simple http post and although it builds, when I try to use it in a workflow I get...
|
Forum: Avaya Breeze™ Collaboratory
09-27-2016, 07:51 AM
|
Replies: 11
Views: 9,369
Debugging Dynamic Task
What is the best way to debug a dynamic task? It seems you can only create a test instance of actual workflows, and I can't seem to find a way to quickly test the dynamic task? It takes quite...
|
Forum: Avaya Breeze™ Collaboratory
09-26-2016, 08:20 PM
|
Replies: 20
Views: 16,987
Thanks again! That was why my snap-in wasn't...
Thanks again! That was why my snap-in wasn't showing up in the toolbar (I assume). I removed the quotes in the fake json and that works. Is yours freezing the workflow in debug? Mine simply takes...
|
Forum: Avaya Breeze™ Collaboratory
09-26-2016, 06:11 PM
|
Replies: 20
Views: 16,987
|
Forum: Avaya Breeze™ Collaboratory
09-26-2016, 04:15 PM
|
Replies: 20
Views: 16,987
I used a pretty basic tasks.json like you have...
I used a pretty basic tasks.json like you have when it eventually showed up in the editor (I tried all kinds of things and it just finally showed up so probably wasn't anything I did). But, now I've...
|
Forum: Avaya Breeze™ Collaboratory
09-26-2016, 01:26 PM
|
Replies: 20
Views: 16,987
|
Forum: Avaya Breeze™ Collaboratory
09-26-2016, 06:22 AM
|
Replies: 2
Views: 5,606
|
Forum: Avaya Breeze™ Collaboratory
09-25-2016, 09:33 AM
|
Replies: 20
Views: 16,987
Thanks SO much for that tip! I've been beating...
Thanks SO much for that tip! I've been beating my head against a wall for a week, and once I installed 3.1.1 it worked!! I was able to build a skeleton dynamic task and get it to show up in ED as a...
|
Forum: Avaya Breeze™ Collaboratory
09-21-2016, 05:55 AM
|
Replies: 2
Views: 5,606
Error building dynamic task
I am using this command to build scaffolding, and that part works and gives me a mytest folder:
mvn archetype:generate -DarchetypeCatalog=local
I don't modify anything and just switch to the...
|
Forum: Avaya Breeze™ Collaboratory
09-19-2016, 01:25 PM
|
Replies: 20
Views: 16,987
|
Forum: Avaya Breeze™ Collaboratory
09-15-2016, 04:30 AM
|
Replies: 20
Views: 16,987
Yeah, I installed everything earlier this year...
Yeah, I installed everything earlier this year and it all works, but wasn't sure which part I needed to update to get the task archetype. I'll reinstall ED SDK and hopefully that will update me to...
|
Forum: Avaya Breeze™ Collaboratory
09-14-2016, 06:23 AM
|
Replies: 7
Views: 6,646
|
Forum: Avaya Breeze™ Collaboratory
09-13-2016, 11:32 AM
|
Replies: 20
Views: 16,987
I installed the Avaya Breeze SDK, elcipse, etc...
I installed the Avaya Breeze SDK, elcipse, etc back in January 2016, and I'm trying to create scaffolding for a dynamic task, but it doesn't seem like I have the correct archetype loaded? Are there...
|
Forum: Avaya Breeze™ Collaboratory
09-13-2016, 11:23 AM
|
Replies: 7
Views: 6,646
|
Forum: Avaya Breeze™ Collaboratory
09-13-2016, 06:13 AM
|
Replies: 2
Views: 5,305
Use variable for Rest Uri in Rest Service snap-in
If I use a variable {test} in the Rest Uri of the Rest Service snap-in (http://test.com/api?id={test}) then that seems to work as long as it LOOKS like a real Uri, but if I use a variable in a way...
|