|
2659 | 2659 | ], |
2660 | 2660 | "pluginType": "customtask" |
2661 | 2661 | }, |
| 2662 | + "cmem_plugin_wfreports_get_report": { |
| 2663 | + "pluginId": "cmem_plugin_wfreports_get_report", |
| 2664 | + "title": "Get workflow report", |
| 2665 | + "categories": [ |
| 2666 | + "Uncategorized" |
| 2667 | + ], |
| 2668 | + "main_category": "Uncategorized", |
| 2669 | + "description": "Output the last report of a workflow as a JSON file.", |
| 2670 | + "markdownDocumentation": "\nThis workflow operator retrieves the most recent execution report of a specified workflow\nand outputs it as a JSON file.\n\nThe plugin queries the backend API to list all available reports for the given workflow,\nsorts them by timestamp, and downloads the latest report. The report contains detailed information\nabout the workflow execution, including task results, execution times, and any errors or warnings.\n\n## Output\n\nThe plugin outputs a single JSON file entity containing the complete workflow execution report.\n\n## Usage\n\nThis operator is useful for:\n- Monitoring workflow execution results\n- Creating audit trails of workflow runs\n- Archiving execution reports for compliance purposes\n- Feeding execution data into downstream analysis tasks\n", |
| 2671 | + "pluginIcon": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTIyLDRWN0gxMFY0SDJ2OGg4VjloNy4wMjM0QTQuOTQ2Myw0Ljk0NjMsMCwwLDAsMTYsMTJ2OEEzLjAwMzcsMy4wMDM3LDAsMCwxLDEzLDIzSDEwVjIwSDJ2OGg4VjI1SDEzQTUuMDA2Miw1LjAwNjIsMCwwLDAsMTgsMjBWMTJhMi45OTgyLDIuOTk4MiwwLDAsMSwyLjk5NzEtM0gyMnYzaDhWNFpNOCwxMEg0VjZIOFpNOCwyNkg0VjIySDhaTTI4LDEwSDI0VjZoNFoiLz48L3N2Zz4=", |
| 2672 | + "properties": { |
| 2673 | + "workflow_id": { |
| 2674 | + "name": "workflow_id", |
| 2675 | + "title": "Workflow", |
| 2676 | + "description": "", |
| 2677 | + "type": "string", |
| 2678 | + "parameterType": "string", |
| 2679 | + "value": null, |
| 2680 | + "advanced": false, |
| 2681 | + "visibleInDialog": true, |
| 2682 | + "properties": {} |
| 2683 | + } |
| 2684 | + }, |
| 2685 | + "properties_advanced": {}, |
| 2686 | + "actions": {}, |
| 2687 | + "required": [ |
| 2688 | + "workflow_id" |
| 2689 | + ], |
| 2690 | + "distanceMeasureRange": null, |
| 2691 | + "backendType": "python", |
| 2692 | + "is_deprecated": false, |
| 2693 | + "tags": [ |
| 2694 | + "WorkflowTask", |
| 2695 | + "PythonPlugin" |
| 2696 | + ], |
| 2697 | + "pluginType": "customtask" |
| 2698 | + }, |
2662 | 2699 | "cmem_plugin_graphql-workflow-graphql-GraphQLPlugin": { |
2663 | 2700 | "pluginId": "cmem_plugin_graphql-workflow-graphql-GraphQLPlugin", |
2664 | 2701 | "title": "GraphQL query", |
|
11819 | 11856 | "description": "Set date (e.g.YYYY-MM-DD) to convert currencies based on historic rates.", |
11820 | 11857 | "type": "string", |
11821 | 11858 | "parameterType": "string", |
11822 | | - "value": "2025-11-20", |
| 11859 | + "value": "2025-11-26", |
11823 | 11860 | "advanced": false, |
11824 | 11861 | "visibleInDialog": true, |
11825 | 11862 | "properties": {} |
|
0 commit comments