Yes this is it.

https://github.com/kamdjouduplex/ode-console

On Wed, Jun 3, 2015 at 11:45 AM, Sathwik B P <sathwik...@gmail.com> wrote:

> Can you share your project fork's URL
>
> On Wed, Jun 3, 2015 at 1:32 AM, tony pro <tony14...@gmail.com> wrote:
>
> > Hi Sathwik,
> >
> > Yes I initiate the process instances successfully and see the summary on
> > the web console.
> > i am sorry for been quieted for some time I was trying to do some visual
> > representation of the process instance.
> > and i found a  lot of difficulty implementing it using the SVG icons and
> > angular. Here the problem was at the level of links. So, finally i thing
> > that implementing it using HTML 5 CANVAS for graphical component and
> > angular for logic.
> > for me i thing that it just going to be like a kind of graph generator
> > where Activities and status are vertexes and edges are links to link
> those
> > vertexes.
> >
> > Note:
> > >This is just a proposition i need your suggestion if there is an easy
> way
> > that i can link activities i thing that it will be great to be using SVG
> > icons an html5.
> > >Or any other approach.
> >
> > and concerning the evolution of the project I fork it and add a new file
> > called visual.html the file on which i will be rendered the graphical
> > representation of the process instances. I also attached an URL and a
> link
> > to the page as follows.
> > >  .when('/instances/visual/:iid', {
> >         templateUrl: 'app/instance/visual.html',
> >         controller: 'InstanceController'
> >       })
> > I will send a pull request just for you to see what i am talking about.
> >
> > Thanks,
> > Tony
> >
> >
> >
> > On Tue, Jun 2, 2015 at 4:20 AM, Sathwik B P <sathwik...@gmail.com>
> wrote:
> >
> > > Hi Tony,
> > >
> > > Were you able to initiate process instances and see the summary on the
> > web
> > > console?
> > >
> > > regards,
> > > sathwik
> > >
> > > On Wed, May 27, 2015 at 8:25 PM, tony pro <tony14...@gmail.com> wrote:
> > >
> > > > HI Sathwik,
> > > >  thanks for the reply i will do it .
> > > >
> > > > Regards,
> > > > Tony
> > > >
> > > > On Wed, May 27, 2015 at 12:36 PM, Sathwik B P <sathwik...@gmail.com>
> > > > wrote:
> > > >
> > > > > Tony,
> > > > >
> > > > > Fork the project on your github and commit the changes to your
> fork.
> > > > >
> > > > > regards,
> > > > > sathwik
> > > > >
> > > > > On Wed, May 27, 2015 at 9:14 AM, tony pro <tony14...@gmail.com>
> > wrote:
> > > > >
> > > > > > Hi Tammo,
> > > > > >
> > > > > > Thank you very much for the instructions it was very helpful.
> > > > > > So, Now i have every thing working.
> > > > > >
> > > > > > For the forward work, we need to attached the id to each activity
> > of
> > > a
> > > > > > process as you where telling me.
> > > > > > And also i wish to know if the is some thing i need to handle
> > before
> > > > > start?
> > > > > > Because i am going to start testing some local rendering now.
> > > > > >
> > > > > > please if ok, i what is plan of work? i mean we will create a new
> > > > branch
> > > > > in
> > > > > > the ode-console or how?
> > > > > >
> > > > > >
> > > > > > Thanks,
> > > > > > Tony
> > > > > >
> > > > > >
> > > > > > On Tue, May 26, 2015 at 11:43 AM, Tammo van Lessen <
> > > > tvanles...@gmail.com
> > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > Hi Tony,
> > > > > > >
> > > > > > > this sounds good. I guess you didn't start a process instance
> > yet,
> > > so
> > > > > > > that's why it shows 0 instances. I'd recommend to use SoapUI to
> > > start
> > > > > > such
> > > > > > > a process instance. Here is a short getting started. If this
> > > doesn't
> > > > > > work,
> > > > > > > we can also schedule a short chat with screensharing to get you
> > > > > started.
> > > > > > >
> > > > > > > 1. Copy the helloworld2 example from the dist package to
> > > > > > > tomcat/webapps/ode/processes. The process should then appear in
> > the
> > > > web
> > > > > > > console.
> > > > > > > 2. Copy the Axis2 WSDL URL of the helloworld process
> > > > > > > http://localhost:8080/ode/deployment/services/, which is most
> > > likely
> > > > > > > http://localhost:8080/ode/processes/helloWorld?wsdl.
> > > > > > > 3. Open SoapUI, start a new SOAP project, paste the WSDL URL
> into
> > > the
> > > > > > > "Initial WSDL" form and create the project.
> > > > > > > 4. SoapUI will create sample request "Request 1" for the hello
> > > > > operation.
> > > > > > > Double click, play with the content and invoke the method using
> > the
> > > > > green
> > > > > > > "play" button.
> > > > > > >
> > > > > > > Each "play botton" interaction should create a new instance.
> With
> > > > > SoapUI
> > > > > > > you can also explore the process management APIs, that are used
> > by
> > > > the
> > > > > > > console.
> > > > > > >
> > > > > > > HTH,
> > > > > > >   Tammo
> > > > > > >
> > > > > > > On Fri, May 22, 2015 at 9:20 PM, tony pro <tony14...@gmail.com
> >
> > > > wrote:
> > > > > > >
> > > > > > > > Hello Tammo,
> > > > > > > >
> > > > > > > > I add the CORS filter to the web.xml
> > > > > > > > and the ouput is printing information about the process. but
> > just
> > > > > part
> > > > > > of
> > > > > > > > it.
> > > > > > > > I mean only the "Process Models" tab is working the Process
> > > > Instance
> > > > > is
> > > > > > > not
> > > > > > > > yet working and i don't know why.
> > > > > > > >
> > > > > > > > so, In the dashboard i am having some thing like this.
> > > > > > > >
> > > > > > > >       1 process packages
> > > > > > > >       1 process models
> > > > > > > >       0 process instances
> > > > > > > > and on the panel on the right every thing is 0
> > > > > > > >
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Duplex
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > >
> > > > > > > > + <tony14...@gmail.com>237 70274538
> > > > > > > > Univertity of Buea Cameroon
> > > > > > > > https://kamdjou-resume.firebaseapp.com/
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Tammo van Lessen - http://www.taval.de
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > >
> > > > > > + <tony14...@gmail.com>237 70274538
> > > > > > Univertity of Buea Cameroon
> > > > > > https://kamdjou-resume.firebaseapp.com/
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > >
> > > > + <tony14...@gmail.com>237 70274538
> > > > Univertity of Buea Cameroon
> > > > https://kamdjou-resume.firebaseapp.com/
> > > >
> > >
> >
> >
> >
> > --
> >
> > + <tony14...@gmail.com>237 70274538
> > Univertity of Buea Cameroon
> > https://kamdjou-resume.firebaseapp.com/
> >
>



-- 

+ <tony14...@gmail.com>237 70274538
Univertity of Buea Cameroon
https://kamdjou-resume.firebaseapp.com/

Reply via email to