Skip to content

Commit 119e31f

Browse files
abr-ubiqubefambon
authored andcommitted
Create README.md
1 parent eef0114 commit 119e31f

File tree

1 file changed

+6
-0
lines changed
  • WORKFLOWS/Utils/MSA_Microservice_Tasks_Builder

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
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

Comments
 (0)