Creators
Wraps case creator selection and execution of creator
Usage
This Component can be used by using the following HTML Tag:
<tcla-live-apps-creators></tcla-live-apps-creators>
Inputs
| Attribute | Type | Comments |
|---|---|---|
| applicationId | string | lA appId ?? |
| customFormDefs | CustomFormDefs | Custom Form configuration file |
| dataOverride | any | Data object that will be displayed on the form. Allows overriding over form data (eg. when selecting data in spotfire) |
| formConfig | FormConfig | Custom Form Layout Configuration |
| formsFramework | string | |
| legacyCreators | boolean | |
| sandboxId | number | sandboxId - this comes from claims resolver |
| typeId | string | The LA Application Type Id (generally 1) |
Outputs
| Attribute | Type | Comments | |
|---|---|---|---|
| caseCreated | EventEmitter |
||
| Event | caseCreated | Case Creator started (process started) | |
| Payload | ProcessId | ProcessId object output on case creation (details of process started) |
full development Documentation