2.1 Conductor DSL Upload
This topic provides information on conductor DSL upload.
Subscription workflow uses JSON-based DSL (short for, domain-specific language) to define the workflows and workflow steps (tasks). DSL will specify the stages, outcome of stages and what action has to be taken based on outcome. Example, PROCEED or REJECT.
Download the obis-process-flow.zip and extract TRANSACTION.json and HOSTORCHESTRATOR.json on your desktop. In postman send the following request.
Table 2-1 Operation - Post
Operation | Post |
---|---|
URL | http://ofss-mum-3505.snbomprshared1.gbucdsint02bom.oraclevcn.com:8011/plato-orch-service/api/metadata/workflow |
Header |
isMEenabled:false entityid:DEFAULTENTITY appid:platoorch branchcode:000 |
Body | TRANSACTION.json and HOSTORCHESTRATOR.json |
Parent topic: Transaction Workflow Setup