Author Message
ssiali
Joined: Nov 27, 2014
Messages: 11
Offline
Hi Forum.

I'm implementing the Oceana sample workflow.
I installed the OD(Orchestration Designer) on my PC and imported a sample Application.

# Sample Application
: WorkAssignmentSelfService
: Download from Devconnect - avaya-oceana-3_2_2_1-experience-portal-sample-application

# PDC Plugin
: cs-pdc-plugin-6.1.1.zip
: Download from Devconnect - Avaya Context Store Snap-in Pluggable Data Connector, Release 3.2.2.1

2 errors occur as shown attached captures.

< Error information >
Description : Call flow item is not valid. Either the type no longer exists, or the plug-ins that define the item type are not installed.
Type: com.avaya.sce.pdc.oceanaservices.createcontextschema
Resource : main.flow
Path : /WorkAssignmentSelfService/flow
Location : StoreContext
Type : Orchestration Designer Invalid



I have changed the version of the PDC plugin, but it is same.
Where did the problem occur? Where should I check?
  • [Thumb - 1_plugin install.jpg]
[Disk] Download
  • [Thumb - 1_Error capture.jpg]
[Disk] Download
  • [Thumb - 1_properties_pluggable connector.jpg]
[Disk] Download
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
You can try deleting that flow item with the error mark, and add it back from the palette. Given that the pdc looks enabled, the same flow item should be available in the palette.
ssiali
Joined: Nov 27, 2014
Messages: 11
Offline
If you delete and add a CallFlow Item with the error mark, the error is not occured.

However, when I delete and add it, I can not see the property set on the CallFlow Item.

I have to the information of the property to make the sample work normally.

I have to analyze it through a Sample Application. I think that is the purpose of the Sample.

Do you know the property information of that Error CallFlow Item ? Or anyone else?

WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
I am not familiar with this PDC so I am not sure what information was provided for the properties. Do you have the backup of the project? You can look into the old flow file in the text editor and look for that item. The properties should be in plain text.
ssiali
Joined: Nov 27, 2014
Messages: 11
Offline
Sorry, I'm late to reply..
Please, would you give me more details on how to back up flow and check with Text editor?
I have the original sample downloaded from DevConnect.

Thanks.
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
Can you post the original flow file so that I can take a look for you?
ssiali
Joined: Nov 27, 2014
Messages: 11
Offline
Sample file to attached.
Thanks.
Filename WorkAssignmentSelfService-3.2.2.1.6.1.zip [Disk] Download
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
StoreContext node:

<FlowItem class="com.avaya.sce.pdc.oceanaservices.createcontextschema" id="938" version="1.2">
<ItemProperties>
<Property name="param1.varfield" value="data"/>
<Property name="param4.isconstant" value="Voice__SelfService"/>
<Property name="param1.varname" value="output"/>
<Property name="param2.varname" value="ContextStoreInput"/>
<Property name="ext.type.id" value="com.avaya.sce.pdc.oceanaservices.createcontextschema"/>
<Property name="param2.isconstant" value="3599"/>
<Property name="param2.varfield" value="data"/>
</ItemProperties>
<ChildItems/>
</FlowItem>

GetCustomer node:

<FlowItem class="com.avaya.sce.pdc.oceanaservices.findcustomerid" id="952" version="1.2">
<ItemProperties>
<Property name="param3.varname" value="session"/>
<Property name="param3.varfield" value="ani"/>
<Property name="param1.varname" value="GetCustomerResponse"/>
<Property name="ext.type.id" value="com.avaya.sce.pdc.oceanaservices.findcustomerid"/>
</ItemProperties>
<ChildItems/>
</FlowItem>
Go to:   
Mobile view