Initializing help system before first use

vdl-action-job-message

Send a message to an executing scenario. If the scenario is not currently executing then an error toast will be shown to the user.

since 4.8

Required parent element

Must be contained within one of the following elements:

Example

<vdl-action-group name="messageScenario">
  <vdl-action-job-message data="={command: value}"></vdl-action-job-message>
  <vdl-action-message text="='Sent command to scenario: ' + value"></vdl-action-message>
</vdl-action-group>
<vdl-button vdl-event="click: actions.messageScenario" value="ACCEPT_SOLUTION">Accept Solution</vdl-button>

Attributes

data The data to send in the scenario job message. If using an expression for the data and it is a JavaScript object or array, then it will be automatically serialized as JSON before sending to the scenario execution job. since 4.8 accepts expression
scenario The scenario to send the job message to, defaults to the first scenario. You can specify either a scenario id or the current position of the scenario on the shelf. since 4.8 accepts expression

© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.