@mastra/inngest 1.2.0 → 1.2.1
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.
- package/CHANGELOG.md +18 -0
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/workflow.d.ts.map +1 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -1524,6 +1524,7 @@ var InngestWorkflow = class _InngestWorkflow extends Workflow {
|
|
|
1524
1524
|
name: `workflow run: '${this.id}'`,
|
|
1525
1525
|
entityType: EntityType.WORKFLOW_RUN,
|
|
1526
1526
|
entityId: this.id,
|
|
1527
|
+
entityName: this.id,
|
|
1527
1528
|
input: inputData,
|
|
1528
1529
|
metadata: {
|
|
1529
1530
|
resourceId,
|