Skip to content

Commit 6411b64

Browse files
committed
feat: add more meta-storm intentions
1 parent fde083d commit 6411b64

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

resources/client.meta-storm.xml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,56 @@
3131
<collection name="temporal/sdk:workflow-class" argument="0" />
3232
<stopCompletion />
3333
</classMethod>
34+
35+
<classMethod
36+
class="\Temporal\Activity\ActivityOptions"
37+
method="withScheduleToCloseTimeout"
38+
argument="0"
39+
>
40+
<languageInjection language="InjectablePHP" prefix="strtotime('" suffix="')" />
41+
</classMethod>
42+
<classMethod
43+
class="\Temporal\Activity\ActivityOptions"
44+
method="withHeartbeatTimeout"
45+
argument="0"
46+
>
47+
<languageInjection language="InjectablePHP" prefix="strtotime('" suffix="')" />
48+
</classMethod>
49+
<classMethod
50+
class="\Temporal\Activity\ActivityOptions"
51+
method="withScheduleToStartTimeout"
52+
argument="0"
53+
>
54+
<languageInjection language="InjectablePHP" prefix="strtotime('" suffix="')" />
55+
</classMethod>
56+
<classMethod
57+
class="\Temporal\Activity\ActivityOptions"
58+
method="withStartToCloseTimeout"
59+
argument="0"
60+
>
61+
<languageInjection language="InjectablePHP" prefix="strtotime('" suffix="')" />
62+
</classMethod>
63+
<classMethod
64+
class="\Temporal\Workflow"
65+
method="awaitWithTimeout"
66+
argument="0"
67+
>
68+
<languageInjection language="InjectablePHP" prefix="strtotime('" suffix="')" />
69+
</classMethod>
70+
<classMethod
71+
class="\Temporal\Workflow"
72+
method="await"
73+
argument="0"
74+
>
75+
<languageInjection language="InjectablePHP" prefix="strtotime('" suffix="')" />
76+
</classMethod>
77+
<classMethod
78+
class="\Temporal\Workflow"
79+
method="timer"
80+
argument="0"
81+
>
82+
<languageInjection language="InjectablePHP" prefix="strtotime('" suffix="')" />
83+
</classMethod>
84+
3485
</definitions>
3586
</meta-storm>

0 commit comments

Comments
 (0)