Hi team,
This is important to me as I am considering to use Temporal cloud for business.
I saw this post Cloud Pricing: what's an "action"? - #4 by antonio.perez
but still need more info about the definition of an action.
So far I know that an action is:
- A start workflow API call
- A signal workflow call
- A terminate/cancel workflow
- An activity execution
- A local activity execution
- An activity retry attempt
- A upsert search attribute
- upsert memo
But I have more questions about whether or not those are actions:
- Side effect or mutable side effect (since it has a event similar to local activity)
- versioning
- list workflow API call
- describe workflow API call
- get workflow history API call
- workflow task retry (there could be a lot when running into non-deterministic error)