CreateAppRequest: {
    actionsAfter?: ActionsAfterRequest[];
    actionsBefore?: ActionsBeforeRequest[];
    api?: ApiRequest;
    app: App;
    frontData?: object;
}

Type declaration

  • OptionalactionsAfter?: ActionsAfterRequest[]

    After Actions for execute in workflow .

  • OptionalactionsBefore?: ActionsBeforeRequest[]

    Before Actions for execute in workflow .

  • Optionalapi?: ApiRequest
  • app: App
  • OptionalfrontData?: object

    Data that will be used in case of retry.