Click or drag to resize

ITestApiSubmit Method

Simulating form submission

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
void Submit(
	string workflowName,
	string activityName,
	params FormSubmittedDataObject[] formSubmittedDataObjects
)

Parameters

workflowName
Type: SystemString
Name of the simulated workflow
activityName
Type: SystemString
Name of the simulated activity
formSubmittedDataObjects
Type: Casewhere.Runtime.DSL.ApiFormSubmittedDataObject
Submitted data
See Also