Hi,
I'm trying to create workflow that will run periodically in the gallery, check for starting conditions and trigger further processing only when certain starting criteria are met.
To achieve this goal I split the logic into two separate workflows:
- Run_Python.yxmd to check starting conditions
- Python.yxmd process the data
Run_Python.yxmd is using "Conditionall Runner" CReW macro to start processing only when starting criteria are met.
The problem is that when running Python.yxmd in CReW macro, python component fails to start due to:
Internal Error: Unknown InitVar "JupyterTempPath"
Actual logic is very complex and can't be shared online.
Attached simplified workflows to demonstrate the issue.

Run_Python.yxmd Log parser output:
| Module | ToolId | MessageType | Message |
| [Null] | [Null] | Message | Null] |
| Python | [Null] | Message | Alteryx Version: 2020.1.2.24185 |
| Python | [Null] | Message | Started running .\Python.yxmd |
| Python | 1 | Error | Internal Error: Unknown InitVar "JupyterTempPath" |
| Python | 3 | Message | Message 1 record was output |
| Python | [Null] | Message | Message Finished in 1.6 seconds with 1 error |
Please advice on how to fix this issue,
or how to conditionally start / stop workflows.