letsflow-tutorial
with a subdirectory basic
.scenario.yml
(or scenario.json
) in the basic
directory.initiator
is used to reference the actor. The title must be defined, but only exists for displaying purposes.main.feature
in the basic
directory.Scenario
section (this is unrelated to the workflow scenario), we state that will Joe performs the complete action. As defined in our workflow scenario, the process should transition from initial to :success, which means the process has been completed successfully.lctest
is a command line tool to test workflows described in a Live Contract. It requires PHP7+ with the yaml and mongodb PECL extensions. For more installation, please read the installation guide.