| Modifier and Type | Method and Description |
|---|---|
FormInstance |
FormService.createFormInstance(Map<String,Object> variables,
FormInfo formInfo,
String taskId,
String processInstanceId,
String processDefinitionId,
String tenantId,
String outcome)
Store the submitted form values.
|
FormInstance |
FormService.createFormInstanceWithScopeId(Map<String,Object> variables,
FormInfo formInfo,
String taskId,
String scopeId,
String scopeType,
String scopeDefinitionId,
String tenantId,
String outcome) |
FormInstance |
FormService.saveFormInstance(Map<String,Object> variables,
FormInfo formInfo,
String taskId,
String processInstanceId,
String processDefinitionId,
String tenantId,
String outcome) |
FormInstance |
FormService.saveFormInstanceByFormDefinitionId(Map<String,Object> variables,
String formDefinitionId,
String taskId,
String processInstanceId,
String processDefinitionId,
String tenantId,
String outcome) |
FormInstance |
FormService.saveFormInstanceWithScopeId(Map<String,Object> variables,
FormInfo formInfo,
String taskId,
String scopeId,
String scopeType,
String scopeDefinitionId,
String tenantId,
String outcome) |
FormInstance |
FormService.saveFormInstanceWithScopeId(Map<String,Object> variables,
String formDefinitionId,
String taskId,
String scopeId,
String scopeType,
String scopeDefinitionId,
String tenantId,
String outcome) |
Copyright © 2022 Flowable. All rights reserved.