MCPcopy
hub / github.com/tirth8205/code-review-graph / OrderWorkflow

Interface OrderWorkflow

tests/fixtures/TemporalWorkflow.java:12–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10// ── Interfaces ───────────────────────────────────────────────────────────────
11
12@WorkflowInterface
13public interface OrderWorkflow {
14 @WorkflowMethod
15 String processOrder(String orderId);
16
17 @SignalMethod
18 void cancelOrder(String reason);
19
20 @QueryMethod
21 String getStatus();
22}
23
24@ActivityInterface
25public interface PaymentActivity {

Callers

nothing calls this directly

Implementers 1

OrderWorkflowImpltests/fixtures/TemporalWorkflow.java

Calls

no outgoing calls

Tested by

no test coverage detected