FormStarterInfo Properties
An object defining properties for the FormStarterInfo class.
Type
The type of the form starter, represented by the FormStarterType enumeration, which determines the method used to start the form.
Type: FormStarterType
Accepted Values:
Name Value None 0 Workflow 1
FlowDecryptedSecret
The decrypted version of the flow secret key, which is securely managed using the DecryptData attribute. This property provides access to the decrypted flow secret.
Type: FlowSecret
FlowSecretKey
The flow secret key used for the initialization of the form's flow. This key is encrypted and used to secure the flow process.
Type: string
Parameters
A dictionary of parameters associated with the form starter, where each key represents a parameter name and each value represents the corresponding parameter value.
Type: Dictionary<string, object>