We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8fe9c commit a5a9930Copy full SHA for a5a9930
src/Collections/Workflows.php
@@ -106,6 +106,7 @@ public function create($type, array $options = []): Workflow
106
if ($results->isError()) {
107
$this->logger->debug("Workflow Creation Failed: {error}", ['error' => $results->getStatusCodeReason()]);
108
$this->logger->debug("********************************************************************************");
109
+ $this->logger->debug("request params {debug}", ['debug' => print_r(params, true)]);
110
$this->logger->debug("results {debug}", ['debug' => print_r($results, true)]);
111
112
throw new TerminusException(
0 commit comments