Loading...

RE: How to create like K2 "Activity Graph" using qsi Quest chart webpart

RE: How to create like K2 "Activity Graph" using qsi Quest chart webpart

#5868
Anonymous
Anonymous
Participant

Hi

I am getting this error on the configuration window:

We are unable to get the data using the default operation because of the following error: An error occured while connecting to K2 server: Exception of type 'SourceCode.SmartObjects.Client.SmartObjectException' was thrown.

I set Catelog to:

<Catalog>

  <Entity Name="Activity_Instance" System="K2" Service="PAS">

    <Operation Name="List" Method="List">

      <Parameter Name="ProcessInstanceID" Type="System.Int64" Usage="In" />

      <Parameter Name="ActivityInstanceID" Type="System.Int64" Usage="In" />

      <Parameter Name="ActivityName" Type="System.String" Usage="In" Source="Input" SourceName="ActivityName" />

      <Parameter Name="StartDate" Type="System.DateTime" Usage="In" />

      <Parameter Name="FinishDate" Type="System.DateTime" Usage="In" />

      <Parameter Name="Priority" Type="System.String" Usage="In" />

      <Parameter Name="Status" Type="System.String" Usage="In" />

      <Parameter Name="ExpectedDuration" Type="System.Int64" Usage="In" />

      <Parameter Name="Duration" Type="System.Int64" Usage="In" />

    </Operation>

    <Properties>

      <Property Name="ActivityName" Type="System.String" Value="Technical Sales Support" />

    </Properties>

  </Entity>

</Catalog>