Skip to content

[Activity failures] Provide the decider with the details of the failures as Java Exception #28

@anthonime

Description

@anthonime

DRAFT: decide the right syntax in terms of event handling

Possible solution:

  • exception should be automatically serialized in the activity part
  • exception should be deserialized in the decider part

//

@OnActivityFailed(activity = ContactWorker.class)
public void onContactWorkerFailed(WorkerDoesNotExistException e){

}

@OnActivityFailed(activity = ContactWorker.class)
public void onContactWorkerFailed(Exception e){

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions