@justworkflowit/cdk-constructs 0.0.42 → 0.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -56339,7 +56339,7 @@ async function deployWorkflows(organizationId, bucket, keys) {
|
|
|
56339
56339
|
await api.registerWorkflowVersion({
|
|
56340
56340
|
workflowId,
|
|
56341
56341
|
organizationId,
|
|
56342
|
-
definition:
|
|
56342
|
+
definition: definitionStr
|
|
56343
56343
|
});
|
|
56344
56344
|
console.log(`\u2705 Created workflow version for: ${workflowName}`);
|
|
56345
56345
|
} catch (err) {
|