Skip to content

Action-standalone

Status Component Type

Handles rendering of case action.

Usage

This Component can be used by using the following HTML Tag:

<tcla-live-apps-action-standalone></tcla-live-apps-action-standalone>

Inputs

Attribute Type Comments
applicationId string LA application ID
caseRef string The case reference on which to run the action
customFormTag string Custom Form tag if using an external form app
dataOverride any Data object that will be displayed on the form. Allows overriding over form data (eg. when selecting data in spotfire)
formsFramework string
layout any[] Custom Form Layout
legacyActions boolean
processName string The process definition of the action or creator to execute
sandboxId number sandboxId - this comes from claims resolver
typeId string The LA Application Type Id (generally 1)
applicationId string LA application ID
customFormTag string Custom Form tag if using an external form app
dataOverride any Data object that will be displayed on the form. Allows overriding over form data (eg. when selecting data in spotfire)
formsFramework string
layout any[] Custom Form Layout
legacyCreators boolean
processName string The process definition of the action or creator to execute
sandboxId number sandboxId - this comes from claims resolver
typeId string The LA Application Type Id (generally 1)

Outputs

Attribute Type Comments
caseCreated EventEmitter
Event caseChanged Case action started (process started)
Payload ProcessId ProcessId object passed when a case has been updated or created by a process (action/creator)
caseCreated EventEmitter
Event caseChanged Case action started (process started)
Payload ProcessId ProcessId object passed when a case has been updated or created by a process (action/creator)

full development Documentation

Link to LiveAppsActionStandaloneComponent