Re: [Pharo-users] Could not resolve: BaselineOfNeoJSON

2019-09-29 Thread Davide Varvello via Pharo-users
--- Begin Message --- No way to run it on Pharo5? Thx Pharo Smalltalk Users mailing list wrote > Sven, > You are right, I've just downloaded Pharo 7 and everything is fine. The > issue is showing on Pharo 5 (I'm working on it) > Davide -- Sent from: http://forum.world.st/Pharo-Smalltalk-User

Re: [Pharo-users] Could not resolve: BaselineOfNeoJSON

2019-09-29 Thread Cyril Ferlicot D.
Le 29/09/2019 à 11:23, Davide Varvello via Pharo-users a écrit : Hi, NoeJSON seems to be saved with the Tonel format. Tonel is by default in Pharo since Pharo 6.1. It should be possible to update Metacello and Tonel to be able to load this project in Pharo 4+ Here is a pharo-wiki page explaini

Re: [Pharo-users] Workflows and possible usages

2019-09-29 Thread Stephan Eggermont
Christopher Fuhrman wrote: > On Thu, 26 Sep 2019 at 04:27, Tim Mackinnon > wrote: >> Anyone have any thoughts or directions to explore? > My intuition says that most software projects don't last long enough to > invest in a general solution to supporting workflows. So, is there a causal relatio

Re: [Pharo-users] Could not resolve: BaselineOfNeoJSON

2019-09-29 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi Cyril, You are right, I updated Metacello and Tonel and everything is fine also on Pharo5. Thx. Davide CyrilFerlicot wrote > Le 29/09/2019 à 11:23, Davide Varvello via Pharo-users a écrit : > > Hi, > > NoeJSON seems to be saved with the Tonel format. > > Tonel is by d

Re: [Pharo-users] Workflows and possible usages

2019-09-29 Thread eftomi
> Anyone have any thoughts or directions to explore? The main assumption about workflows is that they are easily understood by non-developers, and that non-developers can be involved in the development, within business environments. However, the workflows per-se were not accepted well. For instanc

Re: [Pharo-users] Workflows and possible usages

2019-09-29 Thread Christopher Fuhrman
On Sun, 29 Sep 2019 at 11:01, Stephan Eggermont wrote: > Christopher Fuhrman > wrote: > > On Thu, 26 Sep 2019 at 04:27, Tim Mackinnon > > wrote: > >> Anyone have any thoughts or directions to explore? > > > My intuition says that most software projects don't last long enough to > > invest in a

Re: [Pharo-users] Workflows and possible usages

2019-09-29 Thread eftomi
Please see also http://www.workflowpatterns.com/. Historically, BPMN by itself was regarded difficult to automate. BPEL as a workflow language (Oracle SOA, Microsoft BizTalk server) can be interpreted easily by machine, but it is not so easy to learn by the people who have to model the process. T