How to pass a json to workflow from Camunda Modeler

hi all,

I have simple below workflow, I defined some inputs and output parameters, and I have a json file. Now I want to check that variables and expressions I defined inside input/output work correctly, It collects correct data from json.
Anyone tell me know how to do that. thank you for any responses

Hey @Jay_Tran

you could either verify your process via https://github.com/camunda-community-hub/bpmn-spec or you write an unit test via https://github.com/camunda-community-hub/eze where you deploy and run the process

Greets
Chris

3 Likes

thank you, I know how to do it

1 Like