Discussion

Ask a Question
Back to All

Testing custom JavaScript automation rules for integrations (e.g. Github Integration)

My organization planned on adding the Github integration.

Because we have a highly customized workflow, I planned on implementing an automation rule with JavaScript to calculate the new TargetProcess state (see example here: https://dev.targetprocess.com/docs/state-change)

I would like to test this out before I add the integration to our organization, because I'd like to avoid any state changes that may automatically happen when I turn it on (and these are hard to reverse). I would also like to avoid other users seeing and using this integration before I have a chance to test out our workflow.

Is there a way to test this logic in a sandbox or test environment?