Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mmacata
Copy link
Member

@mmacata mmacata commented May 8, 2025

This PR

{
    "list": [
        {
            "module": "g.example.report",
            "id": "g_example_report",
            "inputs": [
                {
                    "param": "input",
                    "value": "some_table.csv"
                }
            ],
            "outputs":[
                {
                    "export": {
                        "format":"PDF", "type":"file"
                    },
                    "param": "output",
                    "value": "$file::testreport.pdf"
                }
            ]
        }
    ],
    "version": "1"
}

Multiple file exports, containing mixed PDF and TXT types and absolute or relative paths in the output value, are also working fine.

@mmacata mmacata marked this pull request as ready for review May 8, 2025 15:30
@mmacata mmacata merged commit 20d90fb into actinia-org:main May 9, 2025
11 checks passed
@mmacata mmacata added this to the 7.0.0 milestone Jun 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants