You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of this workflow is to generate the PHP code necessary to call a microservice function (CREATE/UPDATE/DELETE) from a microservice definition.
2
+
It takes a repository path to a micoservice definition (the .xml file) and generate 3 php files under the Workflow repository, in a path similar to the path of the microservice
3
+
* Task_Create.php
4
+
* Task_Update.php
5
+
* Task_Delete.php
6
+
The PHP files can then be resused as is or simply used as a base code sample for developing more complex workflow tasks
0 commit comments