Simulating form submission
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxvoid Submit(
string workflowName,
string activityName,
params FormSubmittedDataObject[] formSubmittedDataObjects
)
Parameters
- workflowName String
- Name of the simulated workflow
- activityName String
- Name of the simulated activity
- formSubmittedDataObjects FormSubmittedDataObject
- Submitted data
See Also