mirror of
https://github.com/valitydev/machinery-erlang.git
synced 2024-11-06 00:35:19 +00:00
TD-270: Remove tag-action and old tagging (#3)
This commit is contained in:
parent
7f6d4e1525
commit
ff4cfefb61
@ -108,7 +108,6 @@
|
||||
{set_timer, timer()}
|
||||
| {set_timer, timer(), range()}
|
||||
| {set_timer, timer(), range(), seconds()}
|
||||
| {tag, tag()}
|
||||
| unset_timer
|
||||
| continue
|
||||
| remove.
|
||||
|
@ -375,12 +375,6 @@ apply_action(continue, CA) ->
|
||||
apply_action(remove, CA) ->
|
||||
CA#mg_stateproc_ComplexAction{
|
||||
remove = #mg_stateproc_RemoveAction{}
|
||||
};
|
||||
apply_action({tag, Tag}, CA) ->
|
||||
CA#mg_stateproc_ComplexAction{
|
||||
tag = #mg_stateproc_TagAction{
|
||||
tag = marshal(tag, Tag)
|
||||
}
|
||||
}.
|
||||
|
||||
unmarshal(
|
||||
|
Loading…
Reference in New Issue
Block a user