Skip to content

Commit

Permalink
Update metadata: add vendor name to collection names
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Jan 7, 2025
1 parent c82b109 commit 06469d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Web UI will be available at `http://localhost:8000`.

### IDE Plugin

For advanced autocomplete while coding in IntelliJ IDEA, use the [MetaStorm plugin](https://github.com/xepozz/meta-storm-idea-plugin).
For advanced autocomplete while coding in IntelliJ IDEA, use the [Meta Storm plugin](https://github.com/xepozz/meta-storm-idea-plugin).
The plugin will suggest classes and Workflow names in the client methods.

## Resources
Expand Down
10 changes: 5 additions & 5 deletions resources/.meta-storm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@
method="newUntypedWorkflowStub"
argument="0"
>
<collection name="workflow-type" argument="0" />
<collection name="temporal/sdk:workflow-type" argument="0" />
</classMethod>
<classMethod
class="\Temporal\Client\WorkflowClientInterface"
method="newUntypedRunningWorkflowStub"
argument="2"
>
<collection name="workflow-type" argument="0" />
<collection name="temporal/sdk:workflow-type" argument="0" />
</classMethod>
<classMethod
class="\Temporal\Client\WorkflowClientInterface"
method="newWorkflowStub"
argument="0"
>
<collection name="workflow-class" argument="0" />
<collection name="temporal/sdk:workflow-class" argument="0" />
</classMethod>
</definitions>
<collections>
<attributeArgument
name="workflow-type"
name="temporal/sdk:workflow-type"
class="\Temporal\Workflow\WorkflowMethod"
argument="0"
/>
<attributeClass
name="workflow-class"
name="temporal/sdk:workflow-class"
class="\Temporal\Workflow\WorkflowInterface"
/>
</collections>
Expand Down

0 comments on commit 06469d8

Please sign in to comment.