amazon swf - Shutdown activity worker and workflow -



amazon swf - Shutdown activity worker and workflow -

is there way shutdown activity , workflow worker after activities in workflow implementation have completed execution or if of them throws exception.

you can have special "shutdown worker" activity type. activity implementation initiates shutdown of worker. @ end of workflow execution invoke activity dofinally method of trycatchfinally wraps other workflow logic.

amazon-swf

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -