Plug-in assemblies: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "This document is a brief summary of '''plug-in assemblies''' in Resco Cloud and their implementation to the processes (workflows). == Getting started == Plug-in assembli...")
 
No edit summary
Line 16: Line 16:
# Implement the PluginBase interface.<br>[[File:PluginBase interface.png|600px]]
# Implement the PluginBase interface.<br>[[File:PluginBase interface.png|600px]]


== Return value of plugin ==
=== Return value of plugin ===


You can define the return value of your plugin.
You can define the return value of your plugin.
Line 28: Line 28:
[[File:Allowed return type.png]]
[[File:Allowed return type.png]]


== Input values of plugin ==
=== Input values of plugin ===


You can define the input values of your plugin.
You can define the input values of your plugin.
Line 38: Line 38:
[[File:MyPluginInput.png]]
[[File:MyPluginInput.png]]


== Logs ==
=== Logs ===


<syntaxhighlight lang="c#">
<syntaxhighlight lang="c#">
Line 46: Line 46:
Logs are saved and visible in the Admin Console under '''Processes Center > Logs'''.
Logs are saved and visible in the Admin Console under '''Processes Center > Logs'''.


== Cancel the workflow execution ==
=== Cancel the workflow execution ===


<syntaxhighlight lang="c#">
<syntaxhighlight lang="c#">
Line 53: Line 53:
</syntaxhighlight>
</syntaxhighlight>


== Examples ==
=== Examples ===
 
 
[[Category:Resco Cloud]]

Navigation menu