1

How do I create a new case in actions in Petriflow language? I have tried createCase().

Code I tried in builder.netgrif.com

General Grievance
  • 4,555
  • 31
  • 31
  • 45

1 Answers1

2

In Petriflow in Action API function createCase has several signatures, but you always must at least provide Net/Process from which you want to create a case. One usage is provide process identifier as a string and the another is provide a PetriNet object.

You can read more in official documentation https://petriflow.com/#/actions?id=createcase.

tuplle
  • 21
  • 1
  • 3