Auto-generating JSON for Custom Activities
The Activity Designer enables you to create JSON UI definitions for custom activities easily. You can generate a basic JSON structure that automatically incorporates all identified parameters in Python, C#, or Visual Basic code. This feature simplifies the workflow, making it faster and more efficient to define custom activity configurations.
Using "Generate JSON"
To generate JSON:
- Navigate to the Activity Designer.
- Click + New Activity in the left panel.
- In the Create New window:
- Insert a Name for the activity.
- Select how to run the activity.
- Select the Category.
- Write a brief Description.
- Click the Create button.
- In the Code tab, select your Language from the dropdown.
- Insert your code.
- Click the Generate JSON button in the top-right corner.
- Accept the Generate Json Warning dialog by clicking Ok.
- Toggle to the Json tab to view and edit the generated JSON.
- Save the custom activity.