Difference between revisions of "Debug & check a reasoner"

From AMTech WikiDocs
Jump to: navigation, search
(Created page with "Allows to check the execution of a reasoner without the need to be published and deployed. *The reasoners executes in a sandbox with the security context of the activity-creat...")
 
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Allows to check the execution of a reasoner without the need to be published and deployed.
+
==Run==
*The reasoners executes in a sandbox with the security context of the activity-creator checking the reasoners
+
[[File:Rd1.png|thumbnail|left|execute]]
*The checking executes the same logic is executed when the reasoner is deploy.
+
Allows you to check the execution of a reasoner without the need to deploy it.
**The only difference is that the user selects an instance of the observation type configured.
+
* The reasoners executes in a sandbox with the security context of the creator.
**The creator can request for more detail information by using the function debug this option is only available for javascript assignations
+
* For those reasoners that execute actions for each thing returned by the observer (foreach reasoners), the execution in this mode only runs for the first thing returned by the observer.
**After the reasoner has been execute and the result are the expected please check it valid and save it.
+
* It executes the same logic that would execute the engine for deployed reasoner.
***If this operation is omitted the publication process will abort with an error
+
* The creator initiates the execution by selecting an instance of the observation type configured. (See [[Simulator|Simulator]])
 +
[[File:Rd2.png|650px|thumbnail|center|Select observation instance]]
 +
 
 +
==Debug==
 +
The creator can request for more detail information by using the function '''debug''' this option is only available for javascript options
 +
[[File:Rd3.png|1050px|thumbnail|center|Select observation instance]]
 +
*The results appears in a segment like the following
 +
    INFO: action helloWorld BEGIN: JS evaluation debug
 +
    INFO: action helloWorld DEBUGGING *** helloWorldProducer
 +
    INFO: action helloWorld END: JS evaluation debug
 +
[[File:Rd4.png|1050px|thumbnail|center|Select observation instance]]
 +
 
 +
==Check==
 +
After the reasoner has been execute and the result are the expected please check Ready to be published.
 +
[[File:Rd5.png|thumbnail|left|Ready]]
 +
*If this operation is omitted the publication process will abort with an error

Latest revision as of 11:45, 16 May 2016

Run

execute

Allows you to check the execution of a reasoner without the need to deploy it.

  • The reasoners executes in a sandbox with the security context of the creator.
  • For those reasoners that execute actions for each thing returned by the observer (foreach reasoners), the execution in this mode only runs for the first thing returned by the observer.
  • It executes the same logic that would execute the engine for deployed reasoner.
  • The creator initiates the execution by selecting an instance of the observation type configured. (See Simulator)
Select observation instance

Debug

The creator can request for more detail information by using the function debug this option is only available for javascript options

Select observation instance
  • The results appears in a segment like the following
   INFO: action helloWorld BEGIN: JS evaluation debug
   INFO: action helloWorld DEBUGGING *** helloWorldProducer
   INFO: action helloWorld END: JS evaluation debug
Select observation instance

Check

After the reasoner has been execute and the result are the expected please check Ready to be published.

Ready
  • If this operation is omitted the publication process will abort with an error