The Activate Event

For an overview of Events, click here.

Deep Learning on Events is found in Motive Academy. Click here to see the course this lesson is in.

 

Usage

Events are useful as a way to trigger Frames and the Resources within. Frames can have a Precondition that listens for a specific Event. Once this Event is emitted, the Frame’s Precondition will be satisfied, and the Resources within that Frame will begin their processing.

To create an Event Precondition for a Frame you can use the Event Link Shortcut at the bottom of the Resource. This will create a new child Frame with an Object Event Condition. You can then determine the settings so that the new Resource will only open when the precondition is satisfied.

About

The Activate Event is emitted in the context of a Resource. It is emitted when the Motive engine begins processing the container Frame for this Resource after any Precondition for the Frame has been satisfied.

When it can be used

This event can be called for any Resource.

Create a Precondition

1. Navigate to the appropriate Frame and Resource (or create them)

2. Click on the Event Link Shortcut in the bottom right-side corner of the Resource

3. Choose Activate:

 

4. Add the Resource to be processed once the precondition has been satisfied:


Related Articles

Events: An Overview

Create a Custom Event