Hi, I have another case. Custom SDK can be run in standard mode, pending in transaction, and pending after transaction. How can I set one of these modes manually?
Hi, I have another case. Custom SDK can be run in standard mode, pending in transaction, and pending after transaction. How can I set one of these modes manually?
Hi Franek,
This can only be set in the custom action code by overriding the ActionExecutionType property, for example:
public override ExecutionType ActionExecutionType => ExecutionType.AfterTransaction;