You can use certain helpful practices and techniques when you structure your plug-ins, implement the required Java classes and JavaScript objects, develop the plug-in workflows and actions, as well as provide the workflow presentation.
Project Structure You can apply a standard structure for the projects of your Orchestrator plug-ins.
Project Internals You can apply certain approaches when implementing your plug-in, for example, cache objects, bring objects in background, clone objects, and so on. By following such approaches, you can improve the performance of your plug-ins, avoid concurrency problems, and improve the responsiveness of the Orchestrator client.
Workflow Internals You can implement a workflow to monitor long-time operations that your Orchestrator plug-in performs.
Workflows and Actions To ease the workflow development and usage, you can use certain good practices.
Workflow Presentation When you create the presentation of a workflow, you should apply certain structure and rules.