You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, the IActivityDisplaySettingsProvider can get settings from a GetSettings method. But it could be helpful to make the method async to be able to make some Http call to the API for example.
And then, we could develop later an API in Elsa.Core to get the Icon/Color, etc. (or in the describer API). So when an activity will be created in the API, nothing has to be change in Elsa.Studio to add an icon/color to this activity.
The text was updated successfully, but these errors were encountered:
For now, the IActivityDisplaySettingsProvider can get settings from a GetSettings method. But it could be helpful to make the method async to be able to make some Http call to the API for example.
And then, we could develop later an API in Elsa.Core to get the Icon/Color, etc. (or in the describer API). So when an activity will be created in the API, nothing has to be change in Elsa.Studio to add an icon/color to this activity.
The text was updated successfully, but these errors were encountered: